Kinetic / kinetic-cpp-client

Mozilla Public License 2.0
15 stars 15 forks source link

Features/asokvad260 #3

Closed alamottemitchell closed 10 years ago

alamottemitchell commented 10 years ago

Fixed threading problem in Threadsafe Blocking case by adding coarser locks around blocking calls.

Removed concept of ConnectionHandle in favor of more explicit factory methods and constructors for connections. This is motivated by the lack of thread safety between a blocking and nonblocking client on the same connection.