Forráskód Böngészése

Describe buffer overflow events better.

Chris McDonough 18 éve
szülő
commit
4d335f2d54
1 módosított fájl, 5 hozzáadás és 2 törlés
  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