[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] fix non interruptable hang in svn client when connecting

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2005-08-26 01:50:51 CEST

Malcolm Rowe <malcolm-svn-dev@farside.org.uk> writes:

> There is still one thing that I would have thought would be a problem.
> APR restarts any connect() calls that fail with EINTR automatically

BSDs traditionally avoid EINTR and automatically restart system calls
interrupted by a signal (and glibc on Linux has SA_RESTART to control
the behaviour). So APR might never see EINTR as the OS could be
automatically restarting system calls with an appropriately reduced
timeout.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Aug 26 01:51:36 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.