Re: 1000 socket connections send GC in an infinite loop
"Chaitanya Gupta" <[email protected]>
| Newsgroups | gmane.lisp.cmucl.general |
|---|---|
| Message-ID | <[email protected]> |
On 9/12/06, Vladimir Sekissov <[email protected]> wrote: > Good day, > > Look at FORCIBLY-CLOSE-STREAM function in Araneida source, > file compat/compat-cmucl.lisp: The fix I made to thttp:http-get also works fine. Whether there is any error or not, the socket is closed now. The number of sockets open remain quite low now. > It helped me in the same situation. So its a cmucl problem? i.e. too many open sockets (1000 in my case), or is it something else? Thanks, Chaitanya