Stupid networking question

Ned Konz ned at bike-nomad.com
Tue Apr 30 20:41:05 UTC 2002


On Tuesday 30 April 2002 01:25 pm, Aaron J Reichow wrote:
> Not that I know of, but perhaps I did so accidentally.  How could I
> remedy this?

I assume you mean to use addressForName: if you're looking up 
www.squeak.org.

Anyway, you can do this:

[ NetNameResolver addressForName: 'www.squeak.org' timeout: 10 ] 
forkAt: Processor userBackgroundPriority.

and then fire up a Process browser, select the stuck process, and 
signal its semaphore from the context menu.

I don't know that that will be a remedy, but you can unstick 
semaphores easily that way.

-- 
Ned Konz
http://bike-nomad.com
GPG key ID: BEEA7EFE




More information about the Squeak-dev mailing list