Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

OpenVMS tcp/ip programming

Status
Not open for further replies.

frazz

Vendor
Dec 20, 2001
1
US
I am interested in writing a "server" function on an OpenVMS (ver 7.1) system that will use tcp/ip over ethernet (ucx on OpenVMS) to communicate with a "client" function on a Win2000 based pc.

Basically, server function will use sockets, initialize and wait for/service data requests from client (message formats defined) and then service them.

What I need help on is "What is the appropriate general logic to closing the socket (currently doing SELECT, ACCEPT and RECV, processing the info then closing the socket)? Seems that I am missing some messages when I go back to the next SELECT. Should I / can I do multiple RECV's to see if another message came in while processing last request?
Thanks for any help.
Frazz
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top