forked from laforge49/JActor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoverview.html
25 lines (23 loc) · 857 Bytes
/
overview.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title></title>
</head>
<body>
<p>
The JActor project implements actors in Java that can process 1 Billion messages per second.
</p>
<p>
Project pages can be found on
<a href="http://sourceforge.net/p/jactor/home/Home/">Sourceforge</a> and</li>
<a href="https://github.com/laforge49/JActor">GitHub</a>.</li>
And <a href="http://jactor.sourceforge.net/">here</a> you will find the Javadocs for the latest release.
Be sure to follow the <a href="https://sourceforge.net/p/jactor/blog/">project blog</a>.
</p>
<p>
This project is a reimplementation of a portion of the Scala project,
<a href="https://github.com/laforge49/Asynchronous-Functional-Programming/wiki">AsyncFP</a>.
</p>
</body>
</html>