On Fri, 11 Jan 2008, Anil T Samuel wrote:
> I get the following message repeatedly with debugclient.
>
> [asamuel@stacv61 php-5.2.5]$ ../xdebug/debugclient
> Xdebug Simple DBGp client (0.10.0)
> Copyright 2002-2007 by Derick Rethans.
> bind: couldn't bind AF_INET socket?
If you close down a process that still listens on a socket, the
Operating System will keep the socket reserved for some time (TIME_WAIT
state). The debugclient will retry every 5 seconds until the OS frees
it. This is normal behavior.
regards,
Derick
-- Like Xdebug? Send a postcard: http://derickrethans.nl/xdebug_2_released.php Xdebug | http://xdebug.org | xdebug-general[@]lists.xdebug.orgReceived on Fri Jan 11 10:34:05 2008
This archive was generated by hypermail 2.1.8 : Thu Nov 20 2008 - 00:00:22 CET