[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

In GServer will socket will be closed when Thread.exit?

Iñaki Baz Castillo

6/22/2008 1:34:00 AM

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.

=2D-=20
I=C3=B1aki Baz Castillo