in reply to Re^3: Multiple write locking for BerkeleyDB
in thread Multiple write locking for BerkeleyDB
Holy cow, that's a lot of code for $counter++! I hate SysV IPC so, so much.
Is it really so fast though? MySQL is storing that data on disk and it's only 4x slower! Is disk 4x slower than memory? No, it's much, much slower. SysV. IPC. Sucks.
If you feel like running more benchmarks for me, change the MySQL one to use a MEMORY table. Then at least you won't have disk writes dragging MySQL down.
-sam
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: Multiple write locking for BerkeleyDB
by sgifford (Prior) on Apr 24, 2008 at 02:18 UTC | |
by dino (Sexton) on Apr 24, 2008 at 16:38 UTC | |
by sgifford (Prior) on Apr 24, 2008 at 17:07 UTC | |
by samtregar (Abbot) on Apr 24, 2008 at 16:32 UTC | |
by sgifford (Prior) on Apr 24, 2008 at 16:50 UTC |
In Section
Seekers of Perl Wisdom