Changes between Initial Version and Version 1 of Ticket #23216, comment 3
- Timestamp:
- 01/16/2013 09:03:39 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23216, comment 3
initial v1 4 4 > PHP 5.3 examples: https://github.com/nicokaiser/php-websocket and http://socketo.me/ 5 5 6 These need to be long-running processes (they're essentially separate servers on that socket), which may get killed by services internally. Long-polling (as per azaozz's suggestion) is a better idea for the widespread natureof servers.6 These need to be long-running processes (they're essentially separate servers on that socket), which may get killed by services internally. Long-polling (as per azaozz's suggestion) is a better idea given the variability of servers.