Adding a session validity check in hopes of eventually expiring timed out connections.

This commit is contained in:
Greg Taylor 2007-04-25 20:11:29 +00:00
parent 0fc89247aa
commit 192ef521a2
3 changed files with 18 additions and 5 deletions

View file

@ -5,7 +5,7 @@ A really simple scheduler. We can probably get a lot fancier with this
in the future, but it'll do for now.
ADDING AN EVENT:
* Add an entry to the 'schedule' dictionary.
* Add an entry to the 'schedule' dictionary in the 'events' file.
* Add the proper event_ function here.
* Profit.
"""