Hi! First I want to say thanks for the great work. POE is really good.
But i've a problem with my Perl Script using POE. It is based on the preforkedserver.perl example. After a longer time running my Script it does not create new childs anymore and the only process which is working is the Master process. Any Idea? Hier an ouput from the Logfile where the problem starts: Before the Problem: 17307: server received a connection from 217.162.0.187 : 1529 17307: handling connection from 217.162.0.187 : 1529 551: master server forked a new child. children: (16812 32486 10861 25278 7308 4983 5455 29564 17295 17296 32509 17307 32570 17246) 17296: server received a connection from 217.162.0.187 : 1530 17296: handling connection from 217.162.0.187 : 1530 17295: server received a connection from 217.162.0.187 : 1531 17295: handling connection from 217.162.0.187 : 1531 17307: session 217.162.0.187 : 1529 has stopped 17295: session 217.162.0.187 : 1531 has stopped 551: server received a connection from 217.162.0.187 : 1532 551: handling connection from 217.162.0.187 : 1532 551: session 217.162.0.187 : 1532 has stopped 551: server received a connection from 217.162.0.187 : 1533 551: handling connection from 217.162.0.187 : 1533 551: session 217.162.0.187 : 1533 has stopped 17246: child server has been forked 17246: server received a connection from 217.162.0.187 : 1534 17246: handling connection from 217.162.0.187 : 1534 17246: session 217.162.0.187 : 1534 has stopped 17246: server is stopped 551: master caught SIGCHLD. children: (16812 32486 10861 25278 7308 4983 5455 29564 17295 17296 32509 17307 32570) 17296: session 217.162.0.187 : 1530 has stopped 551: master server forked a new child. children: (16812 32486 10861 25278 7308 17400 4983 5455 29564 17295 17296 32509 17307 32570) 551: server received a connection from 217.162.0.187 : 1535 551: handling connection from 217.162.0.187 : 1535 17400: child server has been forked Later (after 5 hours or so): 551: server received a connection from 217.227.231.6 : 63282 551: handling connection from 217.227.231.6 : 63282 551: session 217.227.231.6 : 63282 has stopped 551: server received a connection from 217.162.178.71 : 13327 551: handling connection from 217.162.178.71 : 13327 551: session 217.162.178.71 : 13327 has stopped 551: server received a connection from 80.135.98.145 : 1844 551: handling connection from 80.135.98.145 : 1844 551: session 80.135.98.145 : 1844 has stopped 551: server received a connection from 80.135.98.145 : 1845 551: handling connection from 80.135.98.145 : 1845 551: session 80.135.98.145 : 1845 has stopped 551: server received a connection from 80.135.98.145 : 1846 551: handling connection from 80.135.98.145 : 1846 551: session 80.135.98.145 : 1846 has stopped 551: server received a connection from 217.227.231.6 : 63284 551: handling connection from 217.227.231.6 : 63284 551: session 217.227.231.6 : 63284 has stopped 551: server received a connection from 217.227.231.6 : 63285 551: handling connection from 217.227.231.6 : 63285 551: server received a connection from 217.162.178.71 : 13333 551: handling connection from 217.162.178.71 : 13333 551: session 217.162.178.71 : 13333 has stopped 551: server received a connection from 80.135.98.145 : 1849 551: handling connection from 80.135.98.145 : 1849 551: session 80.135.98.145 : 1849 has stopped 551: server received a connection from 217.162.178.71 : 13334 551: handling connection from 217.162.178.71 : 13334 551: session 217.162.178.71 : 13334 has stopped 551: server received a connection from 80.135.98.145 : 1851 551: handling connection from 80.135.98.145 : 1851 551: session 80.135.98.145 : 1851 has stopped 551: server received a connection from 217.162.178.71 : 13335 I hope, you can help me! Stefan
