To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=61940
                  Issue #:|61940
                  Summary:|Enable the alternative use of spawn instead of
                          |fork/exec for dmake
                Component:|tools
                  Version:|current
                 Platform:|All
                      URL:|
               OS/Version:|All
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|PATCH
                 Priority:|P3
             Subcomponent:|code
              Assigned to:|vq
              Reported by:|vq





------- Additional comments from [EMAIL PROTECTED] Sat Feb 11 16:23:32 -0800 
2006 -------
Especially for cygwin it is said that fork/exec is rather slow, but the use
of {posix_,}spawn might be also a win for other systems.

The following patch adds a new configure option: --enable-spawn (disabled by
default) and the correspondend code to dmake to use spawn.

The patch seems to be a small win for W32-tcsh, my build time went down from
8h41m to 8h15m, a ~5% speed win.

I verified that the patch also works for dmake on linux using the dmake
testsuite.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to