Search Results

0
votes
2answers
287 views

Using thread.join to make sure all threads in a collection execute before moving on

Is there a problem with this type of implementation to wait for a batch of threads to complete before moving on, given the following circumstances?: CCR or PFX cannot be used. …
0
votes

db4o client/server appears to only be able to process one query at a time?

where is the client being created? I don't see that in the above code sample …