We're having deadlock problems when multiple people try to right data into our database at the same time. We've been able to reproduce this some consistency through manual testing.
I'm curious what a good way to reproduce this in code is. I want to right a command that fires up paste with two threads and then fires up two additional threads/processes to make two requests to paste simultaneously. I can add the appropriate code to cause the deadlock if I can get the 4 threads all running appropriately. How do I do this in Pylons? I know how to write a paste command, but not spawn threads that have all their globals setup properly. We've had problems doing this before due to shared resources. -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
