Slide 15
Slide 15 text
The problems to solve for PHP
• High concurrency,large numberof connections
• Long-liveconnections,real-timeservices
• Long-liveconnectionsto DB, Cache, RPC etc
• Supportmoreprotocols
• Server programming,not just scripts
• Milliseconds scheduler
• Async tasks of consuming3rd party services
• Manage and reuse the statusin memory
• Performance