Breaking content generation phase into multiple phases or adding custom events in content phase

2015-06-17 Thread Kaustubh Deorukhkar
Hi, I am working on a custom module where I need to use a third party library and make sync/async calls to APIs. I do not have control over what the library does internally but any async API call on library would call a callback which indicates that content generation phase continue with forming

[nginx] Configure: create missing intermediates for build direct...

2015-06-17 Thread Ruslan Ermilov
details: http://hg.nginx.org/nginx/rev/e69d5e9be292 branches: changeset: 6195:e69d5e9be292 user: Piotr Sikora pi...@cloudflare.com date: Wed Jun 10 19:18:19 2015 -0700 description: Configure: create missing intermediates for build directory. Signed-off-by: Piotr Sikora

[nginx] Configure: fix tests with multi-level relative build dir...

2015-06-17 Thread Ruslan Ermilov
details: http://hg.nginx.org/nginx/rev/acba1656c474 branches: changeset: 6194:acba1656c474 user: Ruslan Ermilov r...@nginx.com date: Wed Jun 17 14:15:27 2015 +0300 description: Configure: fix tests with multi-level relative build directory. Based on a patch by Piotr Sikora.

Re: Fix windows issue with multiple workers

2015-06-17 Thread Maxim Dounin
Hello! On Wed, Jun 17, 2015 at 09:58:46AM +0200, Sergey Brester wrote: Yes, for exactly one child process... The code in question uses the socket in two process, parent and child. For example, same (modified for multiprocessing) code does not work on my mashine (win7 x64) for 2nd (3th

Re: Fix windows issue with multiple workers

2015-06-17 Thread Sergey Brester
Hi, Yes, for exactly one child process... For example, same (modified for multiprocessing) code does not work on my mashine (win7 x64) for 2nd (3th etc.) process (with error 10022 = INVARG). I think the handle schould be then duplicated, and see MSDN