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

Re: Subversion 0.19.1 released.

From: Branko Čibej <brane_at_xbc.nu>
Date: 2003-03-13 18:32:09 CET

Ben Collins-Sussman wrote:

>Branko Čibej <brane@xbc.nu> writes:
>
>
>
>>On Windows, we can't fork; the solution is to make the server
>>threded and to spin off worker threads. I haven't -- er, that is,
>>nobody has had time to do that yet.
>>
>>
>
>Wow... so apr_proc_fork() does nothing on win32?
>
Oh, no. There *is* no apr_proc_fork on Win32 -- it's not even declared.
That's why we have APR_HAD_FORK.

>Perhaps we should file a task to rewrite svnserve to use apr_thread_*
>calls instead...?
>
>
Not "instead", "in addition to". On Unix, you'll typically want to fork,
depending on platform. On Windows, threading is your only option.

And to make things more interesting, nobody knows if our libraries are
really thread-safe. I'm looking forward to this with guh-rrreat
anticipation.

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Mar 13 18:33:43 2003

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.