Title: | DEC TCP/IP Services for OpenVMS |
Notice: | Note 2-SSB Kits, 3-FT Kits, 4-Patch Info, 7-QAR System |
Moderator: | ucxaxp.ucx.lkg.dec.com::TIBBERT |
Created: | Thu Nov 17 1994 |
Last Modified: | Fri Jun 06 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 5568 |
Total number of notes: | 21492 |
I have a customer who is porting a client-server application from Alpha WIN NT 3.51 (server) to Alpha OpenVMS V7.1 and UCX V4.1 They have some questions about the capability of OVMS 7.1 in this area, namely: - what is the maximum number of IP sockets per process on OVMS with UCX V4.1? (the customer is hoping for about 1000 sockets per process) - what is the maximum number of IP sockets per OVMS node? - can the printing facilites of UCX be used to print from an OVMS system to a HP4M+ laser printer via a WIN NT server. The printer is using a DLC/LLC connection to the NT server. If UCX can't help, any ideas on what software can be used to facilitate this? Thanks, Russell GRAHAM NSIS, Sydney @SNO
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
5215.1 | should be no problem with UCX | UTRTSC::KNOPPERS | Oswald Knoppers | Wed Feb 12 1997 02:34 | 27 |
>I have a customer who is porting a client-server application from >Alpha WIN NT 3.51 (server) to Alpha OpenVMS V7.1 and UCX V4.1 Hear hear. This is a new one, usually customers are moving the other way around.... >- what is the maximum number of IP sockets per process on OVMS with UCX V4.1? > (the customer is hoping for about 1000 sockets per process) 1000 should be no problem. The maximum is usually limited by process quota (fillm) or system quota (channelcnt). >- what is the maximum number of IP sockets per OVMS node? This seems to be 64K. Check out 'ucx show communication' it shows the maximum device sockets. If you set this to a really large value UCX seems to use this value modulo 65536. >- can the printing facilites of UCX be used to print from an OVMS system to a > HP4M+ laser printer via a WIN NT server. > The printer is using a DLC/LLC connection to the NT server. I have used UCX outbound LPD succesfully to a NT server system. Hope this helps, Oswald |