How exactly do you spawn request handlers? Do you call a reentrant
handler VI dynamically with the run method?

It's possible to have multiple connection handlers that handle
requests in parallell, I do that in several of my client-server
applications. All clients connect to the same port, that's not the
problem.

There must be something in the architecture you have that prevents
this from working; is there e.g. a reply generator that may halt the
other handlers when it's busy with the request from another handler?

Reply via email to