OpenVMS IPC and TCP/IP Programming


 
Thread Tools Search this Thread
Top Forums Programming OpenVMS IPC and TCP/IP Programming
# 1  
Old 10-20-2004
OpenVMS IPC and TCP/IP Programming

We have a requirement to port applications from Unix to HP Vax OpenVMS Server.

For this I need to self-educate on various IPC and networking APIs available in OpenVMS. I goggled a lot but could not find of how to implement Semaphores, Message Queues and all other forms of IPC available in Unix to VMS. Further more there are not a much beginner's tutorial on TCP/IP programming either for VMS.

It would be a pleasure if some one can help me out in anyform.
# 2  
Old 10-20-2004
# 3  
Old 10-21-2004
Pardon my ignorance, isn't VAX dying? My company is porting everthing from VAX to unix.
# 4  
Old 10-21-2004
That is SO funny - yea, dying - I started on VMS in 1987 - it was dying then. It's still around. VMS is a great OS - it was never marketed correctly. Almost like the Apple vs Microsoft (the early years) - Apple had it all - everything you could want a p.c. to do - yet, Microsoft blew them out of the water (work place) with something that didn't work as well, didn't look as good. Now Windows has everything Apple does.

Clustering/mirroring/raid in VMS is awesome - and ahead of anyone else. But they didn't market it right - their prices for maintenance and such was too high. When some of the UNIX flavors came out with clustering, they touted cluster 4 servers! VMS was clustering 32 or more.

Cobol's dying too...
# 5  
Old 10-22-2004
Hmmm, I dun really mean it as a joke. I know that VMS is the king of clustering and I know that UNIX is an infant compared to VMS.

However, due to the high cost of maintenance, and lack of skilled ppl to support them, my company is indeed moving away from VMS.

I am still puzzled why are you moving in the opposite direction?
# 6  
Old 10-22-2004
Quote:
UNIX is an infant compared to VMS
Not true - see short history of UNIX - UNIX 1969 VMS - 1978

And I'm a Solaris System Administrator - haven't touched VMS in years. But I remember it fondly and laugh when folks believe it's going away - it's been said for 20 years. Just the same as NT was going to replace UNIX. Each has it's own strenght and weaknesses - sometime the greatest weakness is the marketing done by the folks trying to sell the product.
# 7  
Old 10-24-2004
Yeah, you are right. I always think that VMS has a longer history than UNIX, which is why it's a "dying" technology.

But I have yet to know the reason why is your compy moving to VMS from UNIX?
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

OpenVMS forum

Hello admins and moderators, I was just wondering why you never opened an openVMS subforum under Operating Systems section. After all, openVMS is still active. thanks. (0 Replies)
Discussion started by: milhan
0 Replies

2. HP-UX

Any OpenVMS 8.4 Users available?

Any takers on a seeminly simple question? (8 Replies)
Discussion started by: mrmurdock
8 Replies

3. Solaris

errors on Netra-440: "IPC Warning: ipc: tcp_protocol: bad magic number"

I was asked to look into a problem with a Sun Netra 440 in another department. On the server in question, the relevant 'uname -a' information is, "SunOS host1 5.9 Generic_118558-16 sun4u sparc SUNW,Netra-440". That information aside, while the other admin is logged into the ALOM, these errors are... (0 Replies)
Discussion started by: Borealis
0 Replies

4. UNIX for Dummies Questions & Answers

socket programming : client server IPC

I'm new to socket programming. Have a basic doubt. I have a structure(global) at the server side. I have two different client connecting to the server. Will the changes made by one client on the structure be visible to the other client when it accesses the same client? I'm creating a STREAM... (3 Replies)
Discussion started by: abc.working
3 Replies

5. Programming

Porting File from OPenVMS to AIX Unix

We are in requirement to port relative file organization files from OpenVMS V7.1-1H2 to AIX Unix. These file contains multiple binary records each of 512 bytes but it could be possible that a few bytes are padded up to fill the record structure. One of our thought process is to write a program... (1 Reply)
Discussion started by: S.P.Prasad
1 Replies

6. Programming

Confusion about TCP/IP socket programming

Hello there chaps. First of all, i'm no TCP/IP-wiz, so forgive me if this is a stupid question. I've been messing around with filetransfer using sockets, and there is one thing that confuses me. This is how it's set up: A server app listens on a port for a client connection. When it... (3 Replies)
Discussion started by: crippe
3 Replies

7. IP Networking

TCP Programming problems with 'recv'

Hey, I am learning to program a TCP server and managed to get it up and running (I am using Windows 98SE). I can use the send function to send information to the client and I can use the recv function to ask the user to pass information through, but when I do so it only allows the client to... (1 Reply)
Discussion started by: KrazyGuyPaul
1 Replies

8. Shell Programming and Scripting

Converting an OpenVms .com to a UNIX ksh script

Does anyone know what a unix equivalent to the following OpenVms string would be? variable1 = F$FAO("!123AS",file_create_time) I can't seem to find the proper syntax of anything I try. Thx! J (1 Reply)
Discussion started by: prosserj
1 Replies

9. UNIX for Dummies Questions & Answers

Tcp/ip programming

I am looking for some help with writing a small script that will scan a range if subnets and count the number of reply. If anyone has any shell programming experience with either perl or tcp/ip could you please give me a hand.. (1 Reply)
Discussion started by: veitcha
1 Replies
Login or Register to Ask a Question