소스 검색

Describe buffer overflow events better.

Chris McDonough 18 년 전
부모
커밋
4d335f2d54
1개의 변경된 파일5개의 추가작업 그리고 2개의 파일을 삭제
  1. 5 2
      README.txt

+ 5 - 2
README.txt

@@ -859,13 +859,16 @@ Supervisor Events
       restarting.
 
     EVENT_BUFFER_OVERFLOW -- an event type raised when a listener
-    pool's event buffer is overflowed.
+    pool's event buffer is overflowed (as can happen when an event
+    listener pool cannot keep up with all of the events sent to it).
+    When the pool's event buffer is overflowed, the oldest event in
+    the buffer is thrown out.
 
     The serialization of an EVENT_BUFFER_OVERFLOW body
     is::
 
       group_name: <name>
-      event_type: <type>
+      event_type: <type of discarded event>
 
 Event Listeners