[plt-scheme] TCP error 10038

From: Ryan Culpepper (ryanc at ccs.neu.edu)
Date: Wed Mar 25 18:07:00 EDT 2009

DTNOIZR wrote:
> Hello
> 
> running under Windows XP program with require from PLaneT have an
> error (but not always):
> 
> .\..\..\..\..\Documents and Settings\DTNOIZR\Application Data\PLT
> Scheme\planet\300\4.1.5\cache\schematics\spgsql.plt\2\3\private\p3-msg-util.ss:221:30:
> tcp-read: error reading (Unknown error; errno=10038)
> 
> tried from different computers from different places - always this
> error just typed:
> 
> #lang scheme (require (planet schematics/spgsql:2:3/spgsql))
> 
> and got TCP error ...

Do you mean that you get the TCP error without calling 'connect'? I 
don't know of any reason that code should be running when you just 
require the package.

Ryan



Posted on the users mailing list.