I am using java sockets for communication. On the client side I have some processing and at this point I send an object to the cient. The code is as follows:
I\'ve been using this code as a queue that blocks on Dequeue() until an element is enqueued. I\'ve used this code for a few years now in several projects, all with no issues... until now. I\'m seeing
What is a deadlock in SQL Server and when it arises? What are开发者_如何学C the issues with deadlock and how to resolve it? In general, deadlock means that two or more entities are blocking some sou
Hello i\'m having a deadlock problem with the following code. It happens when i call the function getMap(). But i can\'t reealy see what can cause this.
I\'d like to start using the Task Parallel Library, as this is the recommended framework going forward for performing asynchronous operations.One thing I haven\'t been able to find is any means of for
I\'m a .NET propgrammer. Recently, I wrote a client-server application that uses System.Net.Sockets for connecting and uses .NET remoting for communica开发者_开发百科tions. When the number of clients
I\'m chasing a production bug that\'s intermittent enough to be a real bastich to diagnose properly but frequent enough to be a legitimate nuisance for our customers.While I\'m waiting for it to happe
I have one table let\'s say \"xxx \"in sql server 2000 . One .exe is inserting data into that table \"xxx\" throughsql job. But once data is inserted , one stored procedure is reading the data from th
When sniffing Gmail and Facebook traffic, I found there are leading deadlock code before JSON response of XmlHttpRequest.
Using Python 2.6.1 on Mac OS X 10.6.2, I\'ve the following problem: I have a threaded process (a Thread class), and each of those threads has a pipe (a subprocess.Popen) something likeso: