[plt-scheme] web server error

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Thu Apr 16 11:04:17 EDT 2009

At Thu, 16 Apr 2009 15:55:09 +0100, Stephen De Gabrielle wrote:
> I'm using web-server/servlet-env and I occasionally get the following error;
> 
> Connection error: tcp-accept: accept from listener failed (An
> operation was attempted on something that is not a socket.;
> errno=10038)
> 
> It normally happens at the begining of my session, but restarting a
> few times seems to fix it.
> 
> Any idea what might be causing it?

Is this version 4.1.5? Running on MrEd/DrScheme or MzScheme/plt-web-server?

I re-wrote some socket-synchronization code for Windows in 4.1.5, and I
got part of it wrong in MrEd --- but no known problems in MzScheme, so
far. The known MrEd problem has been fixed in the SVN trunk.



Posted on the users mailing list.