in reply to SOAP::Lite and Win32::Daemon
That processes under sigint properly. It's what I'm using. The package it dispatches to is internal. All it has is two subroutines. One for stuffing messages into a table. One for picking them out of an outgoing messages table. The "deamon" mentioned above does the work of running under the while loop and grabbing the messages out of the db. It's not much, but it's just my two cents. I hope I could offer at least a view of what somebody else is trying out.my $daemon = SOAP::Transport::HTTP::Daemon -> new (LocalAddr => '207.000.000.000', LocalPort => 80) -> dispatch_to('_Whatever')
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: SOAP::Lite and Win32::Daemon
by bobtfish (Scribe) on Feb 04, 2004 at 18:04 UTC | |
by paulbort (Hermit) on Feb 04, 2004 at 19:00 UTC |