File: control

package info (click to toggle)
seda 3.0-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,464 kB
  • ctags: 3,784
  • sloc: java: 17,327; sh: 1,870; ansic: 1,366; perl: 679; makefile: 163
file content (16 lines) | stat: -rw-r--r-- 631 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Source: seda
Section: libs
Priority: optional
Maintainer: Shaun Jackman <sjackman@debian.org>
Build-Depends-Indep: gcj | java-compiler, fastjar, debhelper (>> 4.0.0)
Standards-Version: 3.6.2.1

Package: libseda-java
Architecture: all
Conflicts: azureus (<< 2.3.0.2)
Description: the Staged Event-Driven Architecture library
 SEDA is an acronym for staged event-driven architecture, and
 decomposes a complex, event-driven application into a set of stages
 connected by queues. This design avoids the high overhead associated
 with thread-based concurrency models, and decouples event and thread
 scheduling from application logic.