V
V
Volkovik2018-04-12 07:54:48
PHP
Volkovik, 2018-04-12 07:54:48

Options to reduce PHP memory consumption by forks?

Hello!
How can memory consumption be reduced by php processes that use the same library? Is there a way to share it for everyone?
Forks will work on an ongoing basis. Each fork now eats 6 mb. You need to reduce it by at least 6 times.
Perhaps there are other ways to reduce the memory for the process?
We start on windows.
Thank you!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Antonio Solo, 2018-04-12
@solotony

use pthreads instead of forks

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question