in my curiosity since any spin should be scheduled until something wake it;
I wondered what __raw_spin_lock was and if sqlite could use it
differently...
it appears to be a linux kernel thing, wrapped around read/write accesses
to devices.... probably the bottleneck is actually IO rather than
contention.
_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to