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

Re: svn commit: rev 3075 - trunk trunk/build

From: Justin Erenkrantz <jerenkrantz_at_apache.org>
Date: 2002-08-29 19:21:13 CEST

On Thu, Aug 29, 2002 at 02:05:48PM +0100, Philip Martin wrote:
> Could it be process creation overhead? How good is Python at starting
> processes on Win32? Runing the testsuite creates thousands of svn
> client processes.

Processes creation is mighty expensive in Win32. This is why
httpd has always used threading on Win32 instead of the prefork
model used on most other platforms. -- justin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Aug 29 19:21:49 2002

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.