> I have a question regarding ACE_Log_Msg class. I know it can provide
> thread-safe logging, does it also provide process-safe logging? for
> example, could multiple process share the same log file
> concurrently?
Sure, that's exactly what the Client/Server Logging service is for in
the $ACE_ROOT/netsvcs/lib/ directory. Please see
http://www.cs.wustl.edu/~schmidt/reactor-rules.ps.gz
for more discussion on this stuff.
Take care,
Doug