ConnectionQueue question???

Lex Spoon lex at cc.gatech.edu
Tue Oct 3 18:26:04 UTC 2000


Rob Withers <rwithers at exobox.com> wrote:
> > The code seems OK to me. I suspect you forgot to initialize the network.
> > (NetNameResolver initializeNetworkIfFail: [self error: 'network
> > initialization failed'].)
> >
> 
> Wouldn't it be nice if....this happened on startup.  Perhaps there is a
> good reason why it isn't, but I don't know what it is.  Otherwise, we could
> register a start up Class (Socket) and implement #startUp.
> 
> Rob


Best of all, IMHO, would be for the VM to do it internally as needed. 
For robustness, all VM network primitives already need a preamble anyway
for checking whether the network has been initialized.  All that would
be required is modification of that preamble.



-Lex





More information about the Squeak-dev mailing list