On 03/03/2011 07:33 AM, Paul DeBruicker wrote:
> Hi -
>
> I access a service that would like their users to limit requests to one
> per second. Using Pharo if I haven't sent a request in the past second
> it sends immediately, and if I have it waits however many milliseconds
> are left using a Delay, then sends the request.
There are bugs see:
http://code.google.com/p/glassdb/issues/detail?id=123the bug was actually fixed in the vm and in smalltalk last summer in a
post 2.4.4.1 release, but the workaround mentioned in the bug should fix
the problem if you are interested in delaying the response.
If you are not delaying the response then the service vm is the way to go...
Dale