ok, we're just rolling out a really neat replacement for init (at the
application level) (picture of the screen here:
http://www.sierraworks.net/tmp/Init.jpg)

My problem is now how do I make it really really stable?  

The issues are:

1: should I wrap each Session->New() in an eval to make sure I can create a
session when I need too?

  reason:  could not make stderr pipes: Bad file number at Procs.pm line 544

  Of course the error message doesn't tell me what happened, it could have
been anything.  The line of code is a simple Wheel::Run->New().

2: I'm getting accept errors that is killing the Component::Server::HTTP and
it happens when you click too fast on the web page,  the browser will just
drop the connections and causes the Component to die.  I guess I could run
the Component::Server::HTTP from yet another session but that seems like
overkill

Any other suggestions for making the app solid (from a POE point of view)
would be most appriciated...

thx,
bobm



Reply via email to