|
|
|
|
|
by exikyut
1630 days ago
|
|
I empathize and relate. Out of curiosity, were you actually handling each WebSocket connection using an independent PHP-FPM instance? If so (wow), how many concurrent connections did you manage to sustain at peak? The only experience I've had using WebSockets with PHP is with using stream_socket_server() et al, and then multiplexing everything. (Then you just get handed the problem of restarting the server(s) to keep runaway GC in check...) Edit: Have realized you aren't OP - but that's fine, I'm interested to hear war stories from multiple sources! |
|