> 
> I was wondering if there is a 'standard' method of logging
> within webware.

Since WebKit is multithreaded, if there are per-thread
logger commands the resulting log file will have logging
data from different threads interleaved.

One solution is to log to per-thread buffers, which are
then flushed to disk when threads are returned to the
thread pool or die.  This would yield no interleave
if the flush is thread locked or mutexed.

     James
     http://zunzun.com



-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to