[fpc-pascal] Server software in pascal?

Daniël Mantione daniel.mantione at freepascal.org
Fri May 25 17:31:00 CEST 2007



Op Fri, 25 May 2007, schreef Francisco Reyes:

> I have not used Pascal in a while, but I am exploring whether to use pascal
> for a tcp server software. In particular it would be a policy server for
> postfix mail transfer agent.
> 
> Any comments/suggestions/pointers for the following will be greatly
> appreciated:
> 
> * sending data to syslog
> * Listening in TCP socket
> 
> 
> Dusted off an old pascal book.. to refreh my mind in the syntax.. but it would
> be most helpfull if there are any libraries for the 2 above items.

Check the sockets unit documentation. You'll be up and running in no time. 
There are also good OOP frameworks like Synapse, LNET and Indy, which 
provide complete implementations of common network protocols.

Daniël


More information about the fpc-pascal mailing list