[plt-scheme] web server error

From: Jay McCarthy (jay.mccarthy at gmail.com)
Date: Thu Apr 16 11:05:59 EDT 2009

What platform are you on?

The Web Server defers all TCP management to run-server [1] so if you
want to debug further, you can try that directly.

1. http://docs.plt-scheme.org/mzlib/mzlib_thread.html#(def._((lib._mzlib/thread..ss)._run-server))

On Thu, Apr 16, 2009 at 8:55 AM, Stephen De Gabrielle
<spdegabrielle at gmail.com> wrote:
> Hi,
>
> 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?
>
> Cheers,
>
> Stephen
>
> --
> Stephen De Gabrielle
> s.degabrielle at cs.ucl.ac.uk
> Telephone +44 (0)20 7679 0693 (x30693)
> Mobile                  079 851 890 45
> Project: Making Sense of Information (MaSI)
> Work:http://www.uclic.ucl.ac.uk/annb/MaSI.html
> Home:http://www.degabrielle.name/stephen
>
>
> UCL Interaction Centre
> MPEB 8th floor
> University College London
> Gower Street
> London WC1E 6BT
> _________________________________________________
>  For list-related administrative tasks:
>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>



-- 
Jay McCarthy <jay at cs.byu.edu>
Assistant Professor / Brigham Young University
http://teammccarthy.org/jay

"The glory of God is Intelligence" - D&C 93


Posted on the users mailing list.