reactphp Questions

1

Solved

I am experimenting with building lightweight api server, that needs to handle many req/sec, using the following tech: 7.1-cli-alpine (docker image) - small memory/disk footprint, no need for web ...
Calif asked 4/8, 2018 at 15:25

2

Solved

What's the difference between: GuzzleHttp ReactPHP Amphp How they differ and what would be typical use case to use with?
Perseid asked 30/1, 2018 at 20:54

1

Solved

I have a small websocket server, running on top of a set of libraries: ReactPHP, Ratchet and ZeroMQ, using a php-zmq wrapper. The code is basically the same as in the tutorials. The eventloop s...
Atal asked 8/2, 2017 at 17:21

2

I have a websocket application that I am building a game on, built on Ratchet which uses the React event loop. At the start of this script, I have already figured out how to implement a periodictim...
Briard asked 28/2, 2017 at 2:12

1

I have to connect a remote server with asynchronous socket connection and retrieve data. I can connect but there is a problem. Packages are sending by pieces. I have two options; I can set a buff...
Furmenty asked 9/4, 2016 at 5:49

1

Solved

The question is very related to Consume only N messages from RabbitMQ with react\stomp, ack them separately and then exit, but a bit more general. For example, I have a slow I/O operation: $por...
Sphygmo asked 30/7, 2015 at 10:53

1

Solved

How React PHP handles async non-blocking I/O ? Nodejs uses its event queue which handles I/O on different threads. It uses libuv for this. As in PHP there isn't something like that, How React hand...
Leventis asked 16/6, 2015 at 9:27

1

I starting using http://reactphp.org/ for handle HTTP request. I run multiple react workers that run on different ports and then use Nginx as load balancing to handle requests. Like this upstream...
Clareta asked 5/5, 2015 at 7:47

1

I am using RabbitMQ with PHP react\stomp. I have two queues - one is "todo" other is "done". Consumer reads from "todo", do its work, ACKs the message, then publishes it to the "done" queue. Is th...
Colossian asked 23/2, 2015 at 11:16

1

Solved

I've been doing some tests on ReactPHP because it looks pretty awesome. I've tested it with the following react/socket code, for a simple socket server. $loop = React\EventLoop\Factory::create(); ...
Overpower asked 19/3, 2014 at 9:58

1

Solved

I'm using Laravel 4 and as I was going through React PHP , wandering if there is any way to use React PHP with Laravel. Is there any example to start with React PHP with Laravel ? or any suggestio...
Detrusion asked 8/2, 2014 at 12:3

2

Solved

Note: This is not the same as this question which utilises MessageComponentInterface. I am using WampServerInterface instead, so this question pertains to that part specifically. I need an answer...
Madigan asked 28/9, 2013 at 10:16
1

© 2022 - 2024 — McMap. All rights reserved.