On Thu, 18 Oct 2001 11:54:43 -0500  "Bob Maccione" wrote:
 +------------------
 | 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).
 +------------------

POE can be thought of as a  single threaded cooperative multitasking
kernel.  Look at the samples/proxy.perl example to see one
implementation of your application using POE.

BTW your transaction rates are about two orders of magnitude low for your
hardware class.

--

Reply via email to