0% found this document useful (0 votes)
515 views4 pages

Swoole PDF

Swoole is an event-based and concurrent framework for internet applications written in C for PHP. It includes components for servers, tasks, timers, events, and asynchronous I/O to allow building of web servers, chat servers, game servers, and more. Swoole provides high performance asynchronous networking capabilities to PHP like asynchronous TCP/UDP clients, MySQL connections, and more. It can be used in internet applications, mobile apps, enterprise software, online games, and other fields.

Uploaded by

sawwe
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
515 views4 pages

Swoole PDF

Swoole is an event-based and concurrent framework for internet applications written in C for PHP. It includes components for servers, tasks, timers, events, and asynchronous I/O to allow building of web servers, chat servers, game servers, and more. Swoole provides high performance asynchronous networking capabilities to PHP like asynchronous TCP/UDP clients, MySQL connections, and more. It can be used in internet applications, mobile apps, enterprise software, online games, and other fields.

Uploaded by

sawwe
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

swoole

Table of Contents
1. Introduction
2. First Chapter

2
swoole

Swoole
Swoole is an event-based & concurrent framework for internet applications, written in C, for PHP.

Swoole includes components for different purposes: Server, Task Worker, Timer, Event and Async IO. With these
components, Swoole allows you to build many features.

you can build web servers, chat messaging servers, game servers and almost anything you want.

Swoole is High performance network communications framework PHP language, providing asynchronous multi-threaded
server PHP language, asynchronous TCP / UDP network client, asynchronous MySQL, the database connection pool,
AsyncTask, message queues, ms timer, asynchronous file read and write, asynchronous DNS inquire.

Swoole can be widely used in the Internet, mobile communications, enterprise software, online games, networking, car
networking, smart home and other fields. Use PHP + Swoole as network communications framework that enables business
efficiency IT R & D team has greatly improved, more focus on developing innovative products.

Swoole underlying built asynchronous non-blocking, multi-threaded server network IO. PHP programmers can only handle
event callbacks, do not care about the bottom. Full frame asynchronous Nginx / Tornado / Node.js different, Swoole both
support full asynchronous, also supports synchronization.

Swoole is free and opensource software, License is Apache 2.0, Feel free to use it , Your code change and modify can be
used in your productions, Do not need opensource if your don't want.

China Git Mirror:http://git.oschina.net/matyhtf/swoole.git


Tutorial:https://github.com/LinkedDestiny/swoole-doc
IDE plugins:https://github.com/eaglewu/swoole-ide-helper
Download Offline CHM Document: https://github.com/smalleyes/swoole-chm

Community resources
SegmentFault Swoole Discussion
OSC Swoole Q&A
Swoole Developers QQ Group:364153814,321637118(No seats),Communicate with swoole users and
developers
Swoole Official Q&A
PHP WIKI

Donate Swoole opensource project


Thanks for you donate, your love will help us continue develop and improve Swoole, Your donates will be used for:

1. Continue develope swoole


2. Document maintain and community construction

Donate Swoole now

Alipay account:[email protected]

Introduction 3
swoole

First Chapter
GitBook allows you to organize your book into chapters, each chapter is stored in a separate file like this one.

First Chapter 4

You might also like