-
Notifications
You must be signed in to change notification settings - Fork 60
Home
chobie edited this page Feb 25, 2012
·
9 revisions
#fluent-php@freenode
feel free to ask about fluent-logger-php via IRC.
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.