We have a WCF Service using a wsHttpBinding.When it recieves many requests in a short period of time (25 per second for a few minutes) it stops working and our other asp.net applications and pages to
I have a \"Lock wait timeout exceeded\" error from MySQL that I can\'t reproduce or diagnose.I\'m sure it\'s deadlock (as opposed to a transaction grabbing a lock then twidd开发者_开发百科ling its thu
When I call Thread.Sleep on the UI thread, does all invoke methods from background thread automatically get queued up in the message pump of the UI thread and processed when it eventually wakes up?
I am having an issue with some process wrapping, and it\'s only occurring in Windows XP.This code works perfectly in Windows 7.I\'m really stumped as to why the streams are empty in XP.I\'ve also trie
I am using a netNamedPipeBinding to perform inter-process WCF communication from a windows app to a windows service.
We\'v开发者_StackOverflowe been experiencing a strange deadlock during the startup of our java application.When I run jstack on the application to investigate, I see that the AWT-EventQueue is in Obje
I have the following problem. My J2ME app goes totally dead. I though it was a deadlock, but using NetBeans\' built-in functionality, it couldn\'t find such.
I\'m running into trouble with Query Notifications on SQL Server 2008 sp1. I have a table _sys_Events that multiple writers write entries into, and multiple readers perform SELECT statements with Quer
We\'re having the classic spring/hibernate/mysql stack running in Tomcat 5.5. Once in a while we\'re getting a deadlock when the attempt times out to lock a table row. Some kind of deadlock exception
In our applications we don\'t use either ADO.NET transaction or SQL Server transactions in procedures and now we are getting the below error in our website when multiple people are using.