A
A
Alexander Ivanov2017-05-31 16:48:31
PHP
Alexander Ivanov, 2017-05-31 16:48:31

What makes phalcon asynchronous?

It's just that it is installed as part of the core or as an extension, then can it be so that you can just install another framework on top of it and it will also be asynchronous? ))

Or the bottom line is that when we access phalcon methods, these methods are asynchronous.

Or it may be enough to take one method in the framework and apply it to your application.

use Phalcon\Loader,
       Myapp\Chno_nibud;


I just want to understand what asynchrony means in phalcon and whether phalcon methods themselves are needed for an asynchronous application to work.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
B
Boris Korobkov, 2017-05-31
@cimonlebedev

PHP code on Phalcon is not asynchronous.
If there are two simultaneous requests, then there will be two simultaneous processes. Just like in any other engine or no engine. It has nothing to do with async.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question