Message24530
| Author |
josiahcarlson |
| Recipients |
| Date |
2005年05月31日.07:03:57 |
| SpamBayes Score |
| Marked as misclassified |
| Message-id |
| In-reply-to |
| Content |
Logged In: YES
user_id=341410
Option 1 is not really an option in any case where a large
number of connections are opened (so I don't believe should
be the default).
From what I understand, certain methods are supposed to be
overridden in a subclass if someone using a class wants
different behavior.
In this case, I believe you can perform either option 2 or 3
in your own code to avoid the thousands of logged lines;
either by creating your own loop() function, or by creating
a subclass of dispatcher and implementing a handle_expt()
method that does as you desire. |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2007年08月23日 14:30:00 | admin | link | issue1161031 messages |
| 2007年08月23日 14:30:00 | admin | create |
|