Re: [PATCH 0/14] fork/exec removal series

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Johannes Schindelin <Johannes.Schindelin@...>
Cc: Johannes Sixt <johannes.sixt@...>, <gitster@...>, <git@...>
Date: Saturday, October 13, 2007 - 10:58 pm

Johannes Schindelin <Johannes.Schindelin@gmx.de> wrote:

Usually.  If we have a large virtual address space (say due to
opening a bunch of packfiles and reading commits out of them into
struct commit* thingies) and the OS does a giant copy of the page
tables during fork() then the pthread creation should be a heck of
a lot cheaper.

But we most definately *must* continue to support fork() for the
async functions.  Its the most common interface available on one
of our biggest platforms (UNIX).

-- 
Shawn.
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 0/14] fork/exec removal series, Johannes Sixt, (Sat Oct 13, 4:06 pm)
Re: [PATCH 0/14] fork/exec removal series, Shawn O. Pearce, (Sat Oct 13, 10:11 pm)
Re: [PATCH 0/14] fork/exec removal series, Johannes Schindelin, (Sat Oct 13, 10:50 pm)
Re: [PATCH 0/14] fork/exec removal series, Shawn O. Pearce, (Sat Oct 13, 10:58 pm)
Re: [PATCH 0/14] fork/exec removal series, Pierre Habouzit, (Sun Oct 14, 3:12 am)
Re: [PATCH 0/14] fork/exec removal series, Johannes Schindelin, (Sun Oct 14, 1:09 pm)
Re: [PATCH 0/14] fork/exec removal series, Pierre Habouzit, (Sun Oct 14, 3:17 am)
Re: [PATCH 0/14] fork/exec removal series, Pierre Habouzit, (Sun Oct 14, 3:28 am)
Re: [PATCH 0/14] fork/exec removal series, Andreas Ericsson, (Sun Oct 14, 5:10 am)
Re: [PATCH 01/14] Change git_connect() to return a struct ch..., Johannes Schindelin, (Sat Oct 13, 8:57 pm)
Re: [PATCH 01/14] Change git_connect() to return a struct ch..., Johannes Schindelin, (Sun Oct 14, 1:10 pm)