I have written a very simple webserver in Scala (based on Actors). The purpose of it so to log events from our frontend server (such as if a user clicks a
i have a java process that reads data from a socket server. Thus i have a BufferedReader and a PrintWriter object corresponding to that socket.
After exper开发者_如何学Ciencing issues with mkdirs() and poking around the interwebs, I get the impression that there are thread safety issues with mkdirs().
I have been messing around with synchronization in Java and it has yet to work for me. I have two Runnable objects that are used to create separate threads, and each object has a handle to ashared Ar
Is shelve in Python used for data persistence thre开发者_JAVA百科ad safe? If not, what\'s a good alternative?From the standard library documentation about the Shelve module, under the heading Restrict
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
What Python thread-safe data persistence objects are available for data persistence? I need something that\'s similar to shelve. It\'s best if I can just change only a little bit of code instead of re
In my ASP.NET Web Service I\'ve included a module in which their are Public declared variables. Will they be thread-safe? Will they get mixed up upon simultaneous calls?
I wanted to ask if there is a special mechanism in C# or .net which can do the following: I have an multi threading application and I want to prevent threads doing something on the same file/folder.
I am trying to get an item[i] to a string from a ListView. I just don\'t seem to understand what I am supposed to do, when the ListView is on another thread.