Server won't listen
Server won't listen
- Subject: Server won't listen
- From: David Catmull <email@hidden>
- Date: Thu, 01 Aug 2002 12:15:29 -0600
Greetings,
I'm trying to write a server using Open Transport calls, but for some reason
it's not receiving connections. Currently I'm using synchronous blocking
endpoints with threads, and OTListen never returns (until I close the
endpoint in another thread). I also tried asynch non-blocking with
notifiers, but that had the similar problem of never getting a T_LISTEN. I
searched the list archives, but couldn't find mention of a similar problem.
I've tried to connect on the same machine and remotely, using my client as
well as Telnet and web browsers. The latter two of course wouldn't work
with my server, but they ought to at least be able to connect.
This is with Mac OS 9.2.2, and OS X 10.1.5.
You can look at my source code here:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/volleyserver/Volley/Source/op
entransport/VConnections.cp?rev=1.7&content-type=text/vnd.viewcvs-markup
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/volleyserver/Volley/Source/op
entransport/VConnections.h?rev=1.6&content-type=text/vnd.viewcvs-markup
Thanks in advance,
--
David Catmull
email@hidden
http://www.uncommonplace.com/
_______________________________________________
macnetworkprog mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/macnetworkprog
Do not post admin requests to the list. They will be ignored.