in reply to Re: Re: Re: Re: Re: Disconnect client without closing socket?
in thread Disconnect client without closing socket?
This isn't doing it :/$client->close; my $thread = threads->self->tid(); kill -9, $thread || die $!;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: Disconnect client without closing socket?
by Aristotle (Chancellor) on Dec 16, 2002 at 00:24 UTC |