BoltUser
BoltUser
Hi, i have tried to use your extension for profile the memory consuption on my pthreads project, but i receive a segfault. Have you tested php-meminfo with pthreads?
Hi, on the following code : ``` $pool = new Pool(5, Worker::class); while (true) { $i++; try { $message = new Message($receiver->recv()); $messages[] = $message; if ($i ==5) { for...
Hi, can i use the pthreads Socket implementation with SSL/TLS ?