There are many continuation based framework for java, ruby etc but none in python. Nagare framework somewhat solves the problem but it do not use standard python and uses stackless python to solve continuation problem.
I was wondering,
what part of standard python constraint to create such continuation web framework in standard python ?
and What are the workaround to it ? and what are standard part in continuation framework architecture ( as model view controller are in MVC ) ?