![]() |
|
Clear questions and runnable code get the best and fastest answer |
|
PerlMonks |
Re^4: Multiple write locking for BerkeleyDBby samtregar (Abbot) |
on Apr 23, 2008 at 23:00 UTC ( #682513=note: print w/replies, xml ) | Need Help?? |
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
In Section
Seekers of Perl Wisdom
|
|