File: readme.md

package info (click to toggle)
hawtdispatch 1.22-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,468 kB
  • sloc: java: 10,511; xml: 1,147; makefile: 4
file content (32 lines) | stat: -rw-r--r-- 1,098 bytes parent folder | download | duplicates (3)
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
26
27
28
29
30
31
32
# ![HawtDispatch][logo]
[logo]: http://hawtdispatch.fusesource.org/images/project-logo.png

## Synopsis

[HawtDispatch][] is a small ( less than 100k ) thread pooling and NIO
handling framework API modeled after the `libdispatch` API. `libdispatch` is
the API that Apple created to power the Grand Central Dispatch (GCD)
technology in OS X. It allows you to more easily develop multi-threaded
applications which can more easily scale to take advantage of all the
processing cores on your machine. At the same time, its development model
simplifies solving many of the problems that plague multi-threaded NIO
development.

[HawtDispatch]:http://hawtdispatch.fusesource.org

## Resources

* [Developer Guide](http://hawtdispatch.fusesource.org)
* [API Reference](http://hawtdispatch.fusesource.org/maven/1.0/hawtdispatch/apidocs/org/fusesource/hawtdispatch/package-summary.html)

## Building from Source

Prerequisites:

* [Maven >= 2.2.1](http://maven.apache.org/download.html)
* [Java JDK >= 1.6](http://java.sun.com/javase/downloads/widget/jdk6.jsp)

In the this directory, run:

    mvn install