You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually, if both are set to true, the cache mechanism doesn't work, but the messages are directly written using the auxiliary trheads.
When WriteCachedLog is called, the CACHED LOG BEGIN/END messages are written in the context of the calling thread and not using the writer's own threads.
When both are set to true, the messages have to be cached and when WriteCachedLog is called the threads created for that purpose have to do the actual work.
The text was updated successfully, but these errors were encountered:
Actually, if both are set to true, the cache mechanism doesn't work, but the messages are directly written using the auxiliary trheads.
When
WriteCachedLog
is called, the CACHED LOG BEGIN/END messages are written in the context of the calling thread and not using the writer's own threads.When both are set to true, the messages have to be cached and when
WriteCachedLog
is called the threads created for that purpose have to do the actual work.The text was updated successfully, but these errors were encountered: