I'm writing a web-based management interface. Part of the data comes from an existing mysql database and part comes from large groups of hosts which I currently access via telnetlib.
I need to connect to up to 20 other hosts to gather information or to send commands. This needs to be done concurrently which I'm doing now by fork()ing. Assuming I can plug my forking telnetlib code into web2py, would this go into the model or into a controller? ae --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" 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/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

