Liste des Groupes | Revenir à co vms |
On 10/2/2024 12:25 PM, Dan Cross wrote:[snip]>
So...Not a VMS problem at all.
The basic mechanism is not VMS specific at all.
Or taking code designed for a different OS and expecting
it to work on another OS.
I assume that it is inherent in prefork MPM on all
platforms and other servers that use a similar
worker process model.
>
As I have noted a couple of times then back when
prefork MPM was common (20 years ago) then the question
about whether to have keep alive on or off was
often discussed.
The problem does not seem to impact newer designs
using threads. They obviously still need to keep
the connection open, but I guess they do some
select/poll/epoll/whatever to detect when there is a
new request to keep resource usage minimal.
>
But the mechanism hits VMS harder than other platforms.
The *nix fork is way more efficient than SYS$CREPRC for
creating those hundreds or thousands of worker processes.
We can have fewer worker processes on VMS and it creates
longer delay to start them up.
>
As described above.
Les messages affichés proviennent d'usenet.