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

Re: ra_svn and Windows

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2002-12-02 04:55:27 CET

On Sun, 2002-12-01 at 22:28, Garrett Rooney wrote:
> can't APR handle this kind of stuff portably? what does apache do?

Hm, there's apr_proc_detach(), which does all the initial daemonization
stuff. I'm not sure what it does on Windows. And of course there are
functions to create processes, although the only portable ones execute
another program.

Apache does a lot of stuff we don't need to (pre-forking a process pool,
I think), so it doesn't seem like a great example of an apr-using
forking daemon.

At any rate, no matter how apr-PC I make my code, I can't test it on
Windows. My question is what I can do to avoid burdening the
Windows-enabled developers with having to fix my code on a short
schedule.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Dec 2 05:04:18 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.