the swoole protocol can achieve the performance of asynchronous IO, but compared with asynchronous IO and multithreading, swoole protocol is implemented in Synchronize encoding rather than callback.< H2 > question: < / H2 >
if the current business logic is Synchronize ( for example: first query Mysql to obtain the ID, of a record, and then query a record of redis based on this ID
), can it be implemented using swoole protocol?
PS:
swooleIOIO