Sears Russell
|
9721e86133
|
Commented out (currently broken) pthreads instrumentation, added readLock tracking to the latch instrumentation.
|
2006-07-25 01:01:46 +00:00 |
|
Sears Russell
|
8cb59f0c23
|
Blobs are now re-entrant.
|
2004-07-26 20:37:04 +00:00 |
|
Sears Russell
|
126ae31392
|
bufferMananger is *really* reentrant now! (I think) However, the same thread may not load a page more than once. So, LLADD has to be altered so that it never calls loadPage() more than once per operation (more efficient), and/or pin/unpin need to be implemented. An easy way to do pin/unpin is to have them pull things out of the cache replacement list, and then re-insert them.
|
2004-07-21 02:13:28 +00:00 |
|
Sears Russell
|
0ce77903fb
|
Continuing work on multi-threading. r/w access to buffer manager getting close, but still buggy.
|
2004-07-20 03:40:57 +00:00 |
|
Sears Russell
|
490dd86c09
|
pageCache.c is now re-entrant.
|
2004-07-20 00:15:17 +00:00 |
|
Sears Russell
|
e1d3bf7a0c
|
Ported LLADD to Fedora, cleaned up autoconf setup, and numerouse #includes that were problematic.
|
2004-07-06 01:22:18 +00:00 |
|
Sears Russell
|
f8015a5687
|
Documentation update, added latch profiling tools.
|
2004-07-04 00:46:49 +00:00 |
|