gen_server

Yurii A. Rashkovskii yrashk@REDACTED
Fri Mar 22 12:08:05 CET 2002


Francesco,

> Another (and more common solution) is to have one process listen to
the
> socket, parse the messages, and forward them to the server which
handles
> the requests from the client. In this case, the server should be able
to
> handle many simultaneous clients.

That is how it is going here (I've separate process that listens TCP in
active mode and forwards messages to server)

Another addition to conditions - gen_server uses ODBC executeStmt
function calls.





More information about the erlang-questions mailing list