Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
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\...
0 votes
0 answers
74 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 ...
0 votes
0 answers
195 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:...
1 vote
1 answer
585 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
144 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 ...
0 votes
0 answers
175 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 ...
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 ...
1 vote
0 answers
177 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" "$...
0 votes
2 answers
715 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 ...
2 votes
1 answer
339 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
2 answers
938 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) ...
0 votes
1 answer
215 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 ...
1 vote
1 answer
929 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 ...
0 votes
1 answer
372 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; } ...
0 votes
1 answer
170 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

AltStyle によって変換されたページ (->オリジナル) /