Re: Fiddling with session once instantiated

2008-01-10 Thread Kidney Bingos
On Thu, Jan 10, 2008 at 02:59:54PM -0400, Alejandro Imass wrote: Hi, Is there a standard way to add or modify inline or object states once a session is up and running? Problem: I am specializing POE::Component::Client::Stomp but this class does not offer a way to add object methods

Re: POE crashing DProf?

2007-12-13 Thread Kidney Bingos
On Wed, Dec 12, 2007 at 03:59:49PM -0800, Kevin Scaldeferri wrote: Does this happen for other people? [kevin 1189]% perl -d:DProf -e '1' [kevin 1190]% perl -d:DProf -MPOE -e '1' zsh: bus error perl -d:DProf -MPOE -e '1' perl 5.8.8, as installed by default on Mac OS 10.5, PowerPC

Re: PoCo::Server::SimpleHTTP

2007-08-24 Thread Kidney Bingos
On Wed, Aug 22, 2007 at 04:32:49PM -0700, Kevin Scaldeferri wrote: [I sent this previously to the module maintainer, but got no response. Maybe someone else knows.] Yeah, sorry for not replying, I've been busy recently and let my email backlog somewhat. I had a question about SSL support

Re: Win32 Wheel::Run Issues (Reformated)

2007-06-27 Thread Kidney Bingos
On Wed, Jun 27, 2007 at 05:06:49AM -0400, Rocco Caputo wrote: Have you tried http://search.cpan.org/~bingos/POE-Wheel-Run-Win32/ ? I have heard it doesn't use fork(), but I haven't used it. It still uses the fork(). -- Chris Williams aka BinGOs PGP ID 0x4658671F

POE Hackathon at YAPC::EU Vienna 2007

2007-05-30 Thread Kidney Bingos
The YAPC::EU 2007 organisers have kindly agreed to a POE Hackathon at this years conference in Vienna. http://vienna.yapceurope.org/ye2007/talk/678 So, dear fellow POEvangelists, I am now on the hunt for possible things that can be hacked on. Bearing in mind that some of this will be

Re: data in HEAP vs. OBJECT

2007-05-06 Thread Kidney Bingos
On Sat, May 05, 2007 at 12:25:06PM -0500, Matt Sickler wrote: It really depends on what the session does. If its a really OO-centric module and uses all object states (like PoCo-IRC) then you could use OBJECT exclusively (like PoCo-IRC). If there are no object states, then OBJECT doesnt apply.

Maintaining POE::Component::Server::SimpleHTTP

2006-12-18 Thread Kidney Bingos
Hi, I'm copying this to the poe list for their info. I'm aware that you haven't been around on IRC much and that someone has been looking for you with patches to PoCo-Server-SimpleHTTP. I've decided that could help maintain this module if you would let me ( not trying to tread on toes here ),

Re: Considering a sig() refcount rollback (was Re: signal design discussions from IRC...)

2006-08-28 Thread Kidney Bingos
On Mon, Aug 28, 2006 at 08:46:53AM -0600, Scott Wiersdorf wrote: The proposal was that a special flag to sig() (or a separate method entirely) be given which could alter the semantics so that sessions are kept alive as long as there are handlers out there expecting that session to catch the

Re: Passing event from POE::Component::DirWatch back to parent session

2006-06-04 Thread Kidney Bingos
On Sun, Jun 04, 2006 at 08:37:08PM +1000, Justin Hawkins wrote: Looking at a couple of other components, I'm wondering if it's more the norm for PoCo's to be sending their events to their parents, DirWatch seems to differ in that respect I may well be wrong about this, like I said

Re: POE::Component::Client::Ping - user data query

2006-05-30 Thread Kidney Bingos
On Tue, May 30, 2006 at 03:17:20PM +0100, Nigel Bowden wrote: Anyone got any pointers on this, or is there maybe an issue in this area ? Hi, It appears that the passing of user data in PoCo-Client-Ping 'broke' with the release of 1.10. With 1.04 it works fine. I have reported this to

Re: Win32 AS Perl 5.8.8

2006-04-17 Thread Kidney Bingos
On Mon, Apr 17, 2006 at 11:47:24AM -0400, Rocco Caputo wrote: While you're bugging ActiveState, ask them why POE's tests fail in the build environment but not under the CPAN shell. That seems arbitrary to me. Looking at the BuildStatus page I have the strangest feeling that they use

Re: POE running as services on Win32

2006-04-12 Thread Kidney Bingos
On Wed, Apr 12, 2006 at 10:38:30AM -0700, shonorio wrote: Hi, I'm newbie on POE and getting too confuse about how running POE on Win32 as services. To build my Perl system run as services I use Win32::Daemon. My question is how can I stop a POE system where user stop services by Windows

Re: Question on POE::Component::Win32::ChangeNotify

2006-04-10 Thread Kidney Bingos
On Sun, Apr 09, 2006 at 11:56:45PM -0700, Group wrote: Hi All, I try to use module POE::Component::Win32::ChangeNotify, I would like to monitor directory with a loop (the code at http://search.cpan.org/~bingos/POE-Component-Win32-ChangeNotify-0.01/lib/poe/Component/Win32/ChangeNotify.pm),

Re: Newbie questions and testing

2005-11-30 Thread Kidney Bingos
On Tue, Nov 29, 2005 at 06:41:07AM -0500, lanas wrote: The POE application wil be running 24/24 on a dedicated PC. It will handle bursts of data (at intervals of each 10 seconds minimum) through TCP/IP communication with other elements of the project. At the same time it will send,

Re: using context data in PoCo Client DNS

2005-11-10 Thread Kidney Bingos
On Thu, Nov 10, 2005 at 04:20:56PM +0530, Rohan R. Almeida wrote: How do I pass along some context data to the resolve event? I know how to do it this way: code my $response = $named-resolve( event = response, host= localhost, context = $my_data, );

Poco-Server-IRC : Proposals for server to server protocol

2004-11-19 Thread Kidney Bingos
Hey, Just a bit of a ramble regarding the issues surrounding the implementation of the server to server protocol in POE::Component::Server::IRC and a request for comments. Background ~~ In writing poco-server-irc I have working to the IRC protocol as lay down in the RFCs 2810-2813.

Re: POE::Component::Client::Ident

2004-11-10 Thread Kidney Bingos
On Tue, Nov 09, 2004 at 10:13:48PM +0100, Markus M?ller wrote: First my important question: How can I use this option with POE::Component::Client::Ident ? Could it be that you only have fixed POE::Component::Client::Ident::Agent.pm, which have no effect to POE::Component::Client::Ident ?

Re: POE::Component::Client::Ident doesn?t tolerant identd answers with just \n as line seperator

2004-11-09 Thread Kidney Bingos
On Sun, Nov 07, 2004 at 10:09:05PM +0100, Markus M?ller wrote: snipped for brevity I?ve found a weakness in POE::Component::Client::Ident and accordingly POE/Component/Client/Ident/Agent.pm: It doesn?t support identd answers with just \n as line sperator. Only \r\n is supported. Yep, as