I am trying to write an application that will allow a user to launch a
fairly long-running process (5-30 seconds). It should then allow the
user to check the output of the process as it is generated.  The
output will only be needed for the user's current session so nothing
needs to be stored long-term.  I have two questions regarding how to
accomplish this:

1. What is the best way to launch a background process such as this
with a Pylons controller?

2. What is the best way to get the output of the background process
back to the user?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" 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/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to