ycsocket | 基于swoole的socket框架,支持协程版MySQL、Redis连接池,已用于大型RPG游戏服务端 | Application Framework library
kandi X-RAY | ycsocket Summary
kandi X-RAY | ycsocket Summary
基于 swoole 和 swoole_orm 的极度轻量级 websocket 框架,我认为php就应该简单高效,各位可以自己扩展到 TCP/UDP,HTTP。. 在ycsocket 中,采用的是全协程化,全池化的数据库、缓存IO,支持重连,对于IO密集型的应用,能够支撑较高并发。 支持 Redis 协程线程池,源码位于 system/RedisPool,支持失败自动重连 支持 MySQL 协程连接池, 源码位于 system/MySQLPool,支持失败自动重连.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- logs to log
- make http request
- Run controller action
- Get score list
- run sql query
- Get User Info
- Chat user action
- get redis instance
- check connection expiration time
- Init task config
ycsocket Key Features
ycsocket Examples and Code Snippets
Community Discussions
Trending Discussions on Application Framework
QUESTION
I am trying to understand various available AGL specific options that we can give in config.xml and I am referring to the link below
https://docs.automotivelinux.org/docs/en/halibut/apis_services/reference/af-main/2.2-config.xml.html
This is the sample config.xml file
...ANSWER
Answered 2020-Mar-06 at 09:48I figured out why we need this
required-api: param name="#target"
OPTIONAL(not compulsory)
It declares the name of the unit(in question it is main) requiring the listed apis. Only one instance of the param “#target” is allowed. When there is not instance of this param, it behave as if the target main was specified.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install ycsocket
PHP requires the Visual C runtime (CRT). The Microsoft Visual C++ Redistributable for Visual Studio 2019 is suitable for all these PHP versions, see visualstudio.microsoft.com. You MUST download the x86 CRT for PHP x86 builds and the x64 CRT for PHP x64 builds. The CRT installer supports the /quiet and /norestart command-line switches, so you can also script it.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page