M
Mike Fechner
Guest
“It may be that an external process should pick up the responses over the socket and the appserver process should do a request on each client poll to see if it has any messages queued to send back?” Probably the best option. Have a java or .NET process handle the server socket and use the appropriate open client product to call into the AppServer. This will also allo to leverage multiple threads to deal with multiple network sessions in parallel.
Continue reading...
Continue reading...