amnextking / typhoonae

Automatically exported from code.google.com/p/typhoonae
0 stars 0 forks source link

Monitor application for modifications #37

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently, when you modify an application, Typhoon won't serve pages using 
the most recent version of the script until you restart Typhoon.

This is irritating when working out Typhoon specific bugs or developing 
applications that make use of Typhoon-exclusive features (WebSockets).

It would be nice for Typhoon to behave much like the GAE SDK in this regard, 
and check the application's files for modification, and be able to serve 
pages based on the new updates.

If possible, I would like this feature to be optional, a Typhoon installation 
used for running a public website wouldn't need this feature, and could 
potentially be slowed down because of it.

Original issue reported on code.google.com by Noah.Mci...@gmail.com on 5 Mar 2010 at 12:18

GoogleCodeExporter commented 9 years ago
Absolutely! What if apptool takes a --develop option? This could also adjust 
the loglevel.

Original comment by tobias.r...@gmail.com on 5 Mar 2010 at 1:44

GoogleCodeExporter commented 9 years ago
Added --develop option to apptool (trunk). Could you test if it works for you? 
Thanks!

Original comment by tobias.r...@gmail.com on 5 Mar 2010 at 4:11

GoogleCodeExporter commented 9 years ago
It was successful when using the parts/demo application.

However, using an application mounted over smb did not 'refresh'. This is 
probably more 
of an issue with smb then Typhoon.

Original comment by Noah.Mci...@gmail.com on 5 Mar 2010 at 5:11

GoogleCodeExporter commented 9 years ago
Enhancement included in 0.1.3 release.

Original comment by tobias.r...@gmail.com on 12 Mar 2010 at 12:28