Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #31.8K
Ranked #4K
~630 People Reached
Favorite Forums

3 Posted Topics

Member Avatar for wrappingduke

Hi, I played around with your sample, rewrote it a little and it works. The only obvious thing which might cause a problem is that the Class.forName() fails to find the requested class and throws an exception. In this case the updateProgress() is not called. This is probably not what …

Member Avatar for wrappingduke
0
128
Member Avatar for bloody_ninja

hi, print the stacktrace that occurs at the "NO I/O" line. That might give more info.

Member Avatar for masijade
0
302
Member Avatar for dev.cplusplus

how about someting along the following sample. I had not time to test, but the idea is to create one Sync instance in the main thread and let the other theads call the WaitFor method. [code] using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace util { class Sync { …

Member Avatar for rkrijgsheld
0
200

The End.