mirror of
https://github.com/perlbot/perlbuut
synced 2025-06-07 16:05:40 -04:00
11 lines
333 B
Text
11 lines
333 B
Text
Basic specification:
|
|
|
|
Read plugins.
|
|
Fork children.
|
|
Monitor children.
|
|
Wait for death.
|
|
Fork new child.
|
|
(Note, children required to die on schedule?)
|
|
Pass lines out to children, deal with output, pass output to main bot object.
|
|
Pre-fork model similar to apache. Plugin objects initialized after fork. Must not assume persistent state.
|
|
|