Interesting points, I will certainly share your

"Stop looking at the sale price man! "

quote with them. I appreciate everyone concern about reinventing the wheel/you'll never do it right/its a nightmare/it will be next to impossible to maintain/it cost more to reinvent the wheel than use a current wheel comment(s) and I will certainly pass them all on. Having said that I would appreciate any advice on how to at least make a good attempt at this, so that even if it gets scratched I can continue to "play" around with this at home (I personally find it interesting).

Right now my biggest problem is how to make my app. nonblocking from blocking, I can create a blocked socket and read/write to it just fine but when I try to make it nonblocking it never connecting to socket request.

My code basically is in a loop trying to read from a socket using readsocket and I understand why it works blocked but when I create the socket as unblocked I get the following error when I call acceptconnection

"Connection ACCEPT Status = 12/The socket is marked as nonblocking and the requested operation would block."

The acceptionconnection code is below (where MODE = 2 nonblocking)

RESULT=acceptConnection(SOCKETHANDLE2,MODE,TIMEOUT,INADDR,INNAME,SOCKETHANDLE3)

I would appreciate any advice/suggestion/code examples/etc, if your willing to share anything (or help) lets take it off the list so as not to bother others ([email protected] is my email)

thanks

dougc
-------
u2-users mailing list
[email protected]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to