I have a regular class with a GET and POST method. In the POST function I want to do some processing. The POST function is designed to be AJAXy and will return several different values multiple times.
The first time the POST function will be called a class named Foo is initiated and kept in session. The class will get incrementally populated with data through AJAX. What will happen if someone sends data once and then terminates the connection. How will the memory allocated to the initiated class released. Any best practices in this regard ... Cheers PK -- You received this message because you are subscribed to the Google Groups "web.py" 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/webpy?hl=en.
