Re: HTTP server in POE with a twist

2005-12-07 Thread Scott McCoy
Alternatively you could use POE::Component::Server::SimpleHTTP On 12/6/05, Pedro Melo Cunha <[EMAIL PROTECTED]> wrote: > > Many thanks, > > I missed that from the docs, I'm must be blind or something. :( > > Sorry bout that. > > On Dec 6, 2005, at 1:10 PM, Mathieu Longtin wrote: > > > In the conte

Re: LaDBI multiple connections problem Re: SimpleDBI - the same.

2005-05-05 Thread Scott McCoy
I don't see any resource limiting there. In fact LaDBI doesn't even support any to my knowledge, you have to do it yourself. Obviously nothing is stopping the sessions you are creating from trying to open too many connections. You're just creating 300 sessions and indescriminantly asking LaDBI

Scalar Leak warning? What the...

2005-04-01 Thread Scott McCoy
I am getting a whole lot of this error... Attempt to free unreferenced scalar: SV 0x8864b74 at /usr/local/lib/perl5/site_perl/5.8.2/POE/Session.pm line 624 Version 0.3009...any ideas what might cause that? 624 there is an event dispatch... - Scott