[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
MacTCP
- To: info-mcl
- Subject: MacTCP
- From: shaff@elements.rpal.rockwell.com (Mike Shaff)
- Date: 12 Mar 92 22:37:22 GMT
- Distribution: comp
- Newsgroups: comp.lang.lisp.mcl
- Organization: Rockwell International Palo Alto Lab
- Reply-to: shaff@rpal.rockwell.com
- Sender: usenet@elements.rpal.rockwell.com (Hack for news)
ciao,
We have stumbled onto a problem which we believe is related to this minimum
case:
? (dotimes (i 8)
(let ((s (open-tcp-stream "carbon.elements.rpal.rockwell.com" "exec")))
(close s)))
NIL
? (open-tcp-stream "carbon.elements.rpal.rockwell.com" "exec")
> Error: Error #-23048
> While executing: TCP-HOST-ADDRESS
> Type Command-. to abort.
See the RestartsI menu item for further choices.
Any clues?
mas
--
Enjoy!
mas
I got jumped coming home last night,
shadow in the alley turned out all my lights,
round and round and round and round and round and round and round,
don't take much to get me on the ground.
- Follow-Ups:
- MacTCP
- From: gadbois@MCC.COM (David Gadbois)