logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

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.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Apache socket pool issue
Author
nejatezamin



Joined: 13 Jun 2017
Posts: 1
Location: Iran

PostPosted: Tue 13 Jun '17 10:03    Post subject: Apache socket pool issue Reply with quote

- Server version: Apache/2.2.15 (Unix)
- PHP 5.4.45 (cli) (built: Oct 16 2015 11:24:5Cool

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: 7288
Location: Germany, Next to Hamburg

PostPosted: Wed 28 Jun '17 17:36    Post subject: Reply with quote

Does really apache open the sockets for PHP? Do you use mod_php or fpm oder fcgid?
Back to top


Reply to topic   Topic: Apache socket pool issue View previous topic :: View next topic
Post new topic   Forum Index -> Apache