1999-09-15 20:56:20 +02:00
|
|
|
isectd is an open-source middleware daemon that simplifies the
|
|
|
|
implementation of distributed processing and client-server systems.
|
|
|
|
Using a familiar file IO-like programmer's interface it makes
|
|
|
|
multi-tier programming as easy as reading and writing.
|
|
|
|
|
|
|
|
Isect is short for intersect, a kind of table required in relational
|
|
|
|
databases to express many-to-many relationships. Distributed processing
|
|
|
|
implements process-oriented many-to-many relationships: many clients
|
2000-08-14 19:24:07 +02:00
|
|
|
communicating with many services. If it's mathematically required for
|
|
|
|
data relationships then it's mathematically required for process
|
1999-09-15 20:56:20 +02:00
|
|
|
relationships! This is the proof--and the reason you need isectd.
|
|
|
|
|
2002-08-05 10:57:18 +02:00
|
|
|
Questions and comments can be posted to the newsgroup comp.client-server
|
|
|
|
or you can join the isectd-general mailing list by going to
|
|
|
|
http://lists.sourceforge.net/lists/listinfo/isectd-general
|