Sears Russell
|
422198418a
|
bufferMananger is (really!) re-entrant now, performed big refactoring to prevent deadlocks, check_transactional2 ran overnight without coring, w/ 25 threads, and 10000 allocate/write/reads per thread. (The whole test suite was run in a loop...)
|
2004-07-23 20:21:44 +00:00 |
|
Sears Russell
|
38ae73c146
|
Just committing some documentation updates before big refactoring.
|
2004-07-22 17:48:36 +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
|
12fc5665ab
|
pageCache is now re-entrant, in theory.
|
2004-07-15 00:42:36 +00:00 |
|
Sears Russell
|
9712e291e6
|
Moved page.h and some of the logging headers out of the public API.
|
2004-07-14 21:25:59 +00:00 |
|