On Thu, Jun 07, 2001 at 08:12:19PM -0400, [EMAIL PROTECTED] wrote:
> How many POEers are going to be at YAPC next week?  I'd be great to spraf.
> What's more, Uri wants to meet and chat about stem and POE integration.

Not me. :(

> Stem, for those that don't know, is roughly equiv to POE with IKC and a
> bit of auto-config coolness thrown in.  I'm definately studying stem to be
> able to pull the cool stuff into my POE + IKC world.
> 
> As to integration, I see several possibilities (in order of drasticness) :
> 
> - write a stem-compatible protocol/serializer module for IKC

That should be pretty easy, especially if stem is using a standard
data serializer from the CPAN.  POE::Filter::Stem?

> - Get the event loops to cooperate, so that the messages can be routed
> w/in the same process

If I recall correctly, stem uses Event for its event loop.  It should
be possible for both loops to work together if you use Event with POE
too.  Getting events across the POE/stem paradigm barrier will require
a big chunk of thought, but it should be doable, at least from Session
space.  Postbacks might help, but I don't know for sure.

> - Throw out the POE event loop and move all our code to stem.

What you say?! :)

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

Reply via email to