Laravel-swoole: Benchmarking

Created on 28 May 2018  路  3Comments  路  Source: swooletw/laravel-swoole

Good job. It's great. I wanna check it out as soon.

By the way... do you have any other benchmarking report?

Because I care about memory leaks as PHP-PM also has.

What's the memory leak rate? Does it have any?

question

Most helpful comment

Hi @hakuno ,

  1. Please read Readme for the basic benchmark result.
  2. Potential memory leak might still exist in Swoole. The reason is still unknown, but there's a max_request config in Swoole for solving this problem. Each worker will restart gracefully after handling the number of max_request to prevent from memory leak.

All 3 comments

Hi @hakuno ,

  1. Please read Readme for the basic benchmark result.
  2. Potential memory leak might still exist in Swoole. The reason is still unknown, but there's a max_request config in Swoole for solving this problem. Each worker will restart gracefully after handling the number of max_request to prevent from memory leak.

All right. Thanks for reply, @albertcht

You're welcome.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

MikeMaldini picture MikeMaldini  路  10Comments

omsun123 picture omsun123  路  6Comments

adon988 picture adon988  路  5Comments

caveman74 picture caveman74  路  7Comments

Arkanius picture Arkanius  路  7Comments