Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: Apache socket pool issue |
|
Author |
|
nejatezamin
Joined: 13 Jun 2017 Posts: 1 Location: Iran
|
Posted: Tue 13 Jun '17 10:03 Post subject: Apache socket pool issue |
|
|
- Server version: Apache/2.2.15 (Unix)
- PHP 5.4.45 (cli) (built: Oct 16 2015 11:24:5
Hi,
I have an issue with Apache. It opens a socket pool to my destination IPs (Apple Push Notification Links) with separate ports and when I request for a stream in PHP via stream_socket_client it returns a resource containing one of the sockets in thread poll and this effects on my implementation. I wanted to manage the socket by myself. Because Apache automatically creates 20 separate sockets and it confuses between sandbox and production stream mode.
Thank you. |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7375 Location: Germany, Next to Hamburg
|
Posted: Wed 28 Jun '17 17:36 Post subject: |
|
|
Does really apache open the sockets for PHP? Do you use mod_php or fpm oder fcgid? |
|
Back to top |
|
|
|
|
|
|