Message6143

Author amak
Recipients amak, gdoutch, zyasoft
Date 2010-10-04.21:08:18
SpamBayes Score 0.00024692263
Marked as misclassified No
Message-id <1286226498.58.0.637985887396.issue1660@psf.upfronthosting.co.za>
In-reply-to
Content
One thing to note when I implemented the reference_count as an AtomicInteger, I found that I was running into the following error, which may be Windows specific.

java.net.SocketException: No buffer space available (maximum connections reached?): connect

I have no explanation for why this error appears after proper synchonization has been introduced. I should point out that I am not the author of any of the code relating to reference_counts or the _active_sockets set.
History
Date User Action Args
2010-10-04 21:08:18amaksetmessageid: <1286226498.58.0.637985887396.issue1660@psf.upfronthosting.co.za>
2010-10-04 21:08:18amaksetrecipients: + amak, zyasoft, gdoutch
2010-10-04 21:08:18amaklinkissue1660 messages
2010-10-04 21:08:18amakcreate