stasis-aries-wal/src/lladd/logger
Sears Russell 7decae7172 All tests that pass with LOG_TO_FILE now pass with LOG_TO_MEMORY, but LOG_TO_MEMORY is slow, and seems to be
killing malloc's performance for some reason.  (linearHashNTA spends many seconds in free() between unit
tests...)
2006-04-08 00:05:09 +00:00
..
.deps Initial revision 2004-06-24 21:10:31 +00:00
logEntry.c Partial port to amd64. 2006-03-20 23:11:46 +00:00
logger2.c All tests that pass with LOG_TO_FILE now pass with LOG_TO_MEMORY, but LOG_TO_MEMORY is slow, and seems to be 2006-04-08 00:05:09 +00:00
logHandle.c Implemented "LOG_TO_MEMORY", which mostly works (linear hash NTA goes into an infinite loop....) 2006-04-07 03:40:40 +00:00
logHandle.h Factored logWriter.h out of the rest of the system. The only file that directly depends on it is logger2.c, which can 2006-04-06 03:22:57 +00:00
logMemory.c changed type of lsn variables to "lsn_t" 2006-04-04 22:33:30 +00:00
logMemory.h Implemented fifo pool that allocates entries out of a pool (it should be easy to extend this to avoid deadlock, while allowing it to continue to provide backpressure) 2005-03-23 08:07:53 +00:00
logWriter.c Partial port to amd64. 2006-03-20 23:11:46 +00:00
logWriter.h Factored logWriter.h out of the rest of the system. The only file that directly depends on it is logger2.c, which can 2006-04-06 03:22:57 +00:00
Makefile.am-old Initial revision 2004-06-24 21:10:31 +00:00