Subject: In GServer will socket will be closed when Thread.exit?
From: Iaki Baz Castillo <ibc aliax.net>
Date: Sun, 22 Jun 2008 10:34:11 +0900
Hi, using GServer if I close the Thread into "server" method:
def serve(io)
Thread.exit
end
will be the 'io' socket be also terminated? or will be remain in memory?
Thanks.
--
IƱaki Baz Castillo