Socket

John (Zhijiang) Han zhan1 at uiuc.edu
Mon Nov 9 10:14:33 UTC 1998


I'm wondering how could you make a socket (created by 

	socket := createIfFail: []

and the result was not nil) invalid, besides doing

	socket destroy

(explicitly or implicitly, like snapshot.)

Is it possible for a socket being both invalid and connected?  I mean are
those states (shown in Socket class>>#initialize) mutually exclusive? 

Cheers
John (Zhijiang)





More information about the Squeak-dev mailing list