Sfoglia il codice sorgente

Describe buffer overflow events better.

Chris McDonough 18 anni fa
parent
commit
4d335f2d54
1 ha cambiato i file con 5 aggiunte e 2 eliminazioni
  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