Skip to main content

alphaWorks  >  Forums  >  TSpaces  >  developerWorks

Slow ts.write    Point your RSS reader here for a feed of the latest messages in this thread


     

 
 

My developerWorks
 Welcome, Guest
Sign in or register
Permlink Replies: 0 - Pages: 1 Threads: [ Previous | Next ]

Posts: 1
Registered: Oct 10, 2005 06:42:14 PM
Slow ts.write
Posted: Oct 10, 2005 06:47:17 PM
Click to report abuse...   Click to reply to this thread Reply
Running multiple JVM's that ts.write to a single TupleSpace. Something is causing it to take several minutes. Tuple is small, under 50 bytes. JVM's seem to be in lock sync. That is timestamps before and after a { ts = new TupleSpace .. tuple = new Tuple .. ts.write(tuple) } show ending time stamps with in a few milliseconds of each other. JVM that retrieves the tuples does a ts.take, and got a tuple before any of the timestamps that show the problem, and was still doing what it wanted to do when the writes finished.

Point your RSS reader here for a feed of the latest messages in all forums