[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Sockets



Is there a socket library for Goo? If not, to cut my teeth on Goo I
thought I'd port a simple tcp socket library I wrote for Corman Lisp
[1] and ported to SmallScript [2]. 

Currently Goo has no threads so blocking sockets are going to be a bit
limited I'd imagine. Server applications wouldn't be able to spawn
threads to handle requests. Maybe asynchronous sockets would be better
but I'll probably stick with blocking and wait for thread support some
day, or a better socket library :-)

[1] http://www.double.co.nz/cl/#sockets
[2] http://www.smallscript.org

Chris.
-- 
  Chris Double
  chris.double@double.co.nz