On 4/29/07, Santiago Gala <[EMAIL PROTECTED]> wrote:
+1 (I can't understand erlang)

Out of curiosity, how is threading handled? One worker thread per client
connection (classic) model or select/poll + a small number of worker
threads to handle stanzas or other events?

Scalability can be a big issue with connection oriented servers.

ATM, this is not handled. I am planning to take the SEDA-route using
Apache MINA.
Everybody is invited to help out with that.

Currently, all what's there is dealing with the protocol on a simple
XML stream basis. But its designed with SEDA in mind.

 Bernd

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to