> Is it synchranous/blocking or asynchranous? TCP/IP without threads is an
> interesting idea, but I wouldn't like to have to use it. I don't see how it
> could be usable in a real life app.

Synapse is blocking by default... but you can use it in non-blocking mode
too.

It is greately usable for command-line programs or for visual programs
where blocking operation is not a problem.

Threads you need only for visula programs with TCP/IP operations on
background or when you need create multithreaded servers.


--
Lukas Gebauer.

E-mail: [EMAIL PROTECTED]
WEB: http://www.ararat.cz/synapse - Synapse Delphi and Kylix TCP/IP
Library

_______________________________________________
fpc-pascal maillist  -  [EMAIL PROTECTED]
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to