pinpoint-apm / pinpoint-c-agent

Pinpoint C Agent helps your monitor your PHP/PYTHON applications into [pinpoint-apm](https://github.com/pinpoint-apm/pinpoint).
http://pinpoint-apm.github.io/pinpoint/
Apache License 2.0
262 stars 77 forks source link

When there are errors or exceptions, the request may be delayed a long time send to collector server.(apache event mode). #101

Closed EyelynSu closed 4 years ago

EyelynSu commented 5 years ago

[env] pinpoint-c-agent: dev-2 Apache: Apache/2.4.34

[step]

  1. Build php with zts.
  2. Apache use event mode.
  3. Send request which will return error.

[result] The request may be delayed a long time send to collector server

eeliu commented 5 years ago

First of all, the error message will not missing, as it could transfer to collector-agent when this thread/process parses the next request. Honestly to say, this is a trade off when we support workerman or swoole framework