Thanks - this is great for server side. For example the LDAP Library I ported from Squeak used timed wait on semaphore, in the worker thread. I can put that back in now.


(Delay forSeconds: 1) timedWaitOn: sema

will wait on a semaphore for 1 second, and return true if the timeout
occurred, false if the semaphore was grabbed.


_______________________________________________
help-smalltalk mailing list
help-smalltalk@gnu.org
http://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to