Jason Duell wrote:
> Our setup also is less than ideal with multiple processes: see
> 
>    https://bugzilla.mozilla.org/show_bug.cgi?id=638375
> 
>    https://bugzilla.mozilla.org/show_bug.cgi?id=534764

Regarding multi-process NSPR logging, don't we just need to send the log output 
of child processes to a pipe that is consumed by the parent process, and then 
have the parent process PR_LOG() what it received with some information tacked 
on (child process ID)?

NSPR_LOG_FILE should NOT work for child processes anyway, because child 
processes aren't allowed to do disk I/O.

Cheers,
Brian
_______________________________________________
dev-tech-network mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-network

Reply via email to