ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> perl-poe
perl-poe
Re: question about POE kernel
by Chris Fedde other posts by this author
Nov 2 2006 12:39PM messages near this date
question about POE kernel | Re: POE performance issues
On Thu, 02 Nov 2006 11:01:16 -0500  Fei Liu wrote:
 +------------------
 | Hello, POE processes events/requests in their individual sessions in a 
 | single loop. Suppose in one session, something went wrong and the 
 | session crashed (i.e. SIGSEGV), what will happen to the POE kernel? Will 
 | the POE kernel crash as well? Are sessions safe from each other in this 
 | regard?
 +------------------

POE::Sessions are just data structures in a common perl process.  If the
process is crashed then all the poe sessions are gone too.

--
    Chris Fedde
Thread:
Fei Liu
Chris Fedde

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved