On Sat, 2002-07-27 at 07:49, Rocco Caputo wrote:
> The only reason I can think of to use @POE_safe might be if you want
> to support older versions of Perl.  Otherwise the attributes sound
> fine.

Yes, I am leaning toward using attributes as well.

> You could do this a third way: PoCo::SOAP can emit events which are
> handled by other sessions.  The other sessions can decide whether to
> block or not.  I think PoCo::Server::HTTP does this.

That's true.  One catch is that most likely a large number of functions
that PoCo::SOAP needs to dispatch to are not POE aware.  In this case,
the only safe way to handle them may be using Wheel::Run.

Pete


Reply via email to