4
4
4sadly2020-05-07 22:51:37
PHP
4sadly, 2020-05-07 22:51:37

Why is php bad for websocket server implementation?

Why is php bad at the moment for implementing a websocket server?
Why does everyone say that it is not worth writing a websocket server on it?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
N
none7, 2020-05-08
@none7

Because PHP is built to die . This is of course an outdated article and there are probably no big problems in PHP 7 anymore, but the same cannot be said about obsolete libraries and frameworks. But if you write in pure PHP, without trying to reuse old, synchronous, single-threaded code, then there should be no problems.

T
toxa82, 2020-05-10
@toxa82

That is nothing, if you follow the memory, then it can work for quite a long time.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question