Archives Oct. 2, 2004
Maybe it's slow because all database access goes through the single queue (Or maybe there's just too many deferred's scheduled)
Written by
on
in
Snaking.
Too tired to test the hypothesis this evening, but I'm wondering if the reason the user interactions are being held up so long is that they are trying to execute a database operation. Database operations are linearised to avoid deadlocks, which could quite readily be resulting in any given database-dependent operation taking a long time ...