﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
8147	Development server reloading on Jython	Leo Soto M.	nobody	"The existing development server reloading code uses a process forking approach, which works well on CPython but is not very applicable on Jython, where the JVM startup time and the loose of HotSpot optimizations caused by respawning the Jython process are not desiderable. Not to mention that some spawnve POSIX flags aren't supported yet.

So, I've implemented an alternative (and IMHO, simpler) reloader strategy for Jython, which is helped by Jython itself. The Jython bits have been [http://fisheye3.atlassian.com/changelog/jython/?cs=5100 recently commited] so this will work out of the box.

It also includes a small refactoring of autoreload.py, to avoid code duplication."		closed	Core (Other)	dev		fixed	jython		Unreviewed	1	0	0	0	0	0
