Part 2: The Application Server
Laravel Octane uses an application server such as RoadRunner or Swoole. Running the application in an application server instead of a classical web server allows the developer to use some advanced features such as managing multiple workers, concurrent tasks, and bootstrap applications in a more efficient way; fast caching, and sharing data across the workers. This part comprises the following chapters:
- Chapter 2, Configuring the RoadRunner Application Server
- Chapter 3, Configuring the Swoole Application Server