Skip to content
chobie edited this page Feb 25, 2012 · 9 revisions

Home

New developers on boarding

IRC Channel

#fluent-php@freenode

feel free to ask about fluent-logger-php via IRC.

Fluent-Logger-PHP attitude

You know PHP doesn't have threads. this means fluent-logger-php does not buffering or scheduled network communication. this is the most big restriction of this library. Basically, PHP Application run under the Apache2 and we expects all of application server has a local fluentd. In almost case, this restriction is not affect for performance issue.

(we'll gather report near the future.)

Fluent-Logger-PHP aims:

  • send logs as much as possible

  • other wise attempt to use alternate logger with error handler. or gave up.

some guys trying to make PHP Extension and apache modules. some day, we'll conquer this restriction.

Clone this wiki locally