This is probably a stupid question but from what I can tell based on the docs, POE is a single threaded application.
If this is wrong then can I get pointers to how to implement threading within POE? What I need to do is see if POE can handle many many connections with lots of txns (like 50-60 a second). This is assuming that the hardware is there (in this case it's a sun E10k). My issues are of course POE bottlenecks (if it's a single threaded app) and synchronization (if it's threaded). Basically I'm looking into using POE as a smart router, POE will listen to a port and when a session connects it will assign from a session pool a link to another application, then it will handle passing data from the incoming session to the application and back again. I need to then go an handle reconnect, etc but that will be easy compared to the loading issues I'm facing. thx, bobm
