On Wed, Jun 27, 2001 at 09:30:55AM -0400, Matt Cashner wrote:
> not sure why this didnt make it to the list as well.
> 
> ---------- Forwarded message ----------
> From: [EMAIL PROTECTED]
> To: Matt Cashner <[EMAIL PROTECTED]>
> Subject: Re: Beyond IKC/monitor : SENDER, session death and more
> Date: Wed, 27 Jun 2001 14:58:04 +0200
> 
> On Wed, Jun 27, 2001 at 08:11:14AM -0400, Matt Cashner wrote:
> > On Wed, 27 Jun 2001, Artur Bergman wrote:
> >
> > > Ok, could somone tell me, what do you people want to monitor. I am lost.
> >
> > the POE environment. what states are being called when with what
> > parameters. what's going on in the POE core, etc. and not just in nifty
> > printed statements. i'd like to have that data to do whatever i want
> > with it.
> >
> > picture the ability to take a snapshot of the POE environment, then load
> > that up and be able to replay your session from start to finish.
> 
> that would be cool, but is _not_ easy. it would be fine if someone could
> write somethings (or a draft at least) how taking snapshots of POE apps
> could work. note that it would include saving runtime/host dependent things
> like file handles, which need more work. alarms are a bit of work too ... :/
> 
> 
> torvald

$poe_kernel is root for all of POE's data.  If you Data::Dumper that,
for values of Data::Dumper that reconstitute source code from opcodes
and stuff, you get everything POE knows about.  That covers everything
in POE::Kernel (queues, select bits, and whatever) and reaches into
HEAPs and everything within them.

Restarting files and stuff (like graphical toolkits) are left as a
very hard exercise for the reader. :)

-- Rocco Caputo / [EMAIL PROTECTED] / poe.perl.org / poe.sourceforge.net

Reply via email to