On Thu, Aug 05, 2004 at 01:19:59PM -0400, Rocco Caputo wrote:
> There's no requirement that they exist in POE::. For example,
> Term::Visual lives somewhere entirely different.
>
> One drawback, however, is you can't then use
>
> use POE qw(Component::Server::TCP Component::Client::DNS);
>
>
On Wed, May 12, 2004 at 03:51:23PM +0200, Kaare Rasmussen wrote:
> > Using SOAP Services is another way to do P-S especially if you work the
> > WSDL/XML side of things.
>
> I tried POE with SOAP some time ago. That was not a succes, as I think Rocco
> recognized.
The module seems to have a new
On Tue, Apr 20, 2004 at 11:02:14AM -0400, Rocco Caputo wrote:
> POE 0.2802 (CPAN) added dynamic loading for POE::Loop classes. They
> don't need to be hardcoded into POE::Kernel anymore.
>
> Matt Cashner suggested in IRC that we split the POE::Loop classes with
> external dependencies into separa
I've got a script designed to do mass HTTP grabs, but after ~2000 requests it
runs into
sub poco_weeble_connect_error {
my ($kernel, $heap, $operation, $errnum, $errstr, $wheel_id) =
@_[KERNEL, HEAP, ARG0..ARG3];
DEBUG and
warn "wheel $wheel_id encountered $operation error $errnum: $