Skip to main content
1 vote
0 answers
41 views

I'm trying to create a kind of signalling server. What I'm attempting to do is allow socket connections and respond to 'helo' with a list of already connected peers: <?php use Swoole\WebSocket\...
NeomerArcana's user avatar
  • 2,373
0 votes
0 answers
70 views

I'm using Laravel Octane with OpenSwoole, and I'm trying to run nested Octane::concurrently() calls. However, I keep getting this error: OpenSwoole\Server::taskWaitMulti(): taskWaitMulti method can ...
Hasan Veli Soyalan's user avatar
0 votes
0 answers
191 views

I'm wondering, is this how it should be or is it too slow? Why is the proxy so much slower? Or everything is fine and I should calm down. http://localhost/up - Nginx Proxy for Swoole http://localhost:...
Alex Black's user avatar
1 vote
1 answer
565 views

I am trying to built and extension of openswoole from more than 13 hours but getting the same error again and again. PHP Warning: PHP Startup: Unable to load dynamic library 'openswoole.so' (tried: /...
user avatar
1 vote
0 answers
135 views

I use PHP/Nginx as backend for my App. I was afraid that when many users are calling functions into PHP, it will slow down as PHP does not support Async function calls. I check the below MacOS ...
waleed.makarem's user avatar
0 votes
0 answers
172 views

I am currently running Laravel project with Octane and Swoole. It works well on localhost, but whenever I try to run Laravel Octane with host I always got an error like that: Running Laravel Octane on ...
Hiệp Quang's user avatar
1 vote
2 answers
1k views

I can't upload file larger than 2MB while running Laravel 11 on Octane. Without Octane it works so it does not seem to be problem with Nginx or PHP. I tried Frankenphp and Swoole and both failed to ...
Jan Husák's user avatar
1 vote
0 answers
175 views

I'm trying to build a docker image from php:8.1.2-cli-alpine3.15 with swoole this is my Dockerfile FROM php:8.1.2-cli-alpine3.15 as build RUN mv "$PHP_INI_DIR/php.ini-production" "$...
Mostafa Nobaqi's user avatar
0 votes
2 answers
704 views

I'm trying to setup SSL for my Laravel 11 website in which is running through Laravel Octane. I'm using swoole, have generated a let's encrypt ssl certificate and set swoole.ssl to true in my octane ...
Ryan H's user avatar
  • 3,073
2 votes
1 answer
334 views

I want to try swoole (Asynchronous, coroutine-based concurrency library for PHP) in one of my project. I am using DDEV (Docker-based PHP development environments) as my development platform on WSL2 (...
sanjay ojha's user avatar
0 votes
1 answer
885 views

In the context of Kubernetes (or AWS ECS), when deploying a Laravel Octane application using Swoole (or RoadRunner), is it essential to include a separate Nginx container (or any other web server) ...
Marcos Kubis's user avatar
0 votes
1 answer
211 views

I am using Laravel Octane and laravel-dompdf to generate the PDF. This was working fine when I was using the PHP-FPM and when I replaced PHP-FPM with Laravel Octane with Swoole, it says The provided ...
prajwal_stha's user avatar
1 vote
1 answer
912 views

I've been running a Laravel 9 application with Swoole for my microservices. Everything works great until I containerize the application with Docker on Rocky Linux 9. I've noticed a drastic performance ...
Virendra's user avatar
  • 861
0 votes
1 answer
371 views

Is there a way to execute internal functions in parallel in PHP? For example, I have four functions: function a(){ return 1; } function b(){ return 2; } function c(){ return 3; } ...
Buggy's user avatar
  • 11
0 votes
1 answer
168 views

I'm trying to use Swoole context and finally have simplifyed it down to the following code $server->on("Start", function(Server $server) { echo "OpenSwoole WebSocket Server is ...
zzmaster's user avatar
  • 327

15 30 50 per page
1
2 3 4 5
7