Re: Strange error in multiprocess communication
"Taylor R. Campbell" <[email protected]> Tue, 11 Apr 2006 17:08:12 +0000
| Newsgroups | gmane.lisp.scheme.scsh |
|---|---|
| Message-ID | <[email protected]> |
Date: Tue, 11 Apr 2006 14:45:37 +0530 From: Gautham Anil <[email protected]> Newsgroups: gmane.lisp.scheme.scsh Hi, Your errno-fu is pretty good. This is what it gave me. 1> ,condition '(exception 116 os-error 104 #{Byte-vector (length 4096) 40 115 101 110 100 45 109 101 115 115 97 103 101 32 99 104 ...} 0 4096 #t #{Input-channel "socket connection"} "Connection reset by peer") 1> Still, how to solve it? Please help. Well, I don't know exactly what the problem is beyond what the error message told you. Perhaps you could post your code and explain how you run it?