I'm trying to create a simple web interface for an app using PyODE and PyGame. I thought the easiest way to accomplish this was to wrap my app with TB instead of the other way around. Since the PyODE/PyGame code is blocking they need to run in a separate thread, and be notified when the server restarts/stops so the game state can be saved. What's the best way to incorporate this into a TB app?
I was looking at making this into an extension, since they appear to be notified when the server starts/stops, but I've been having trouble finding documentation on how to create them. Any thoughts or suggestions are greatly appreciated. Thanks, Chris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

