I saw there is an Mumps forum - did you try it there already?
Mumpster • View forum - ABOUT MUMPS - MUMPS DISCUSSION & HELP
By the way, do you get any error message in your errpt like
Quote:
Fork function failed, too many processes already exist.
?
If it is not running with as root, you can try changing the ulimits of the user (you'll have to log off and on with to make them active) and and start the application with the new settings.
You could also raise the number of maxuprocs which you can check with
lsattr -El sys0. Change it via smit or with chdev to twice the amount - default is 1024 I think.
It would be also interessting if the status of the connections from the clients looks different when issuing a
netstat -an. If that is the case, you might check if there is any network option (
man no) that might relate to this type of status to discard those dead seasons after some timeout.
Since AIX 5 there is no limit to telnet session license wise, if I recall correct. In AIX 4.3.3 there was a limit to 256 I think but that should be obsolete.