[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: Sander Striker <striker_at_apache.org>
Date: 2003-03-13 16:37:14 CET

> From: sussman@collab.net [mailto:sussman@collab.net]
> Sent: Thursday, March 13, 2003 4:53 PM

> 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?
>
> Perhaps we should file a task to rewrite svnserve to use apr_thread_*
> calls instead...?

Not 'instead'. Not every platform has threads. You can check to
see if it does with #if APR_HAS_THREADS. You end up implementing both
the fork and the thread solution. That's the only way to make it
work on all platforms.

Sander

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Mar 13 16:38:04 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.