Yep, The reloader (located in camping/reloader.rb) watches a file and then reloads the server whenever the file changes. It's what makes it possible to just run `camping app.rb` and always have the latest version served.
I can't reproduce it at my machine at the moment :( Could you send me an example app which has the speed issues on your machine? // Magnus Holm On Mon, Jun 21, 2010 at 16:10, Raimon Fernandez <[email protected]> wrote: > > On 21jun, 2010, at 13:49 , Magnus Holm wrote: > >> Okay, I was just wondering since if you run the app with the thin >> command, you won't get the reloader. So apparently the issue exists >> only with the reloader+Mongrel... > > What's the reloader ? > > When I make some changes in the app.rb file ? > > thanks, > > regards. > > r. > > >> >> On Monday, June 21, 2010, Raimon Fernandez <[email protected]> wrote: >>> >>> On 21jun, 2010, at 12:56 , Magnus Holm wrote: >>> >>>> What if you run Thin with `camping -s thin app.rb`? Do you have the >>>> speed issue then? >>> >>> No, with Thin I don't have the speed issue ... >>> >>> thanks, >>> >>> r. >>> >>>> >>>> Thanks, Magnus >>>> >>>> On Monday, June 21, 2010, Raimon Fernandez <[email protected]> wrote: >>>>> >>>>> On 20jun, 2010, at 23:38 , Raimon Fernandez wrote: >>>>> >>>>>> >>>>>> On 18jun, 2010, at 15:34 , Magnus Holm wrote: >>>>>> >>>>>>> Oh, and I also have the speed issue! That's definitely a bug. I'll >>>>>>> have a look at it later... >>>>>> >>>>>> I'm making some progress with Camping and well, it's impressive, really >>>>>> !!!! >>>>>> >>>>>> :-) >>>>>> >>>>>> Wich version can I use that has not the bug for speed issue ? >>>>>> >>>>>> I would like to do some demo and I prefer to avoid this bug ... :-) >>>>> >>>>> Just observed that when I run camping with Thin I'm not getting the speed >>>>> issue, only with Mongrel ... >>>>> >>>>> thanks, >>>>> >>>>> r. >>>>> _______________________________________________ >>>>> Camping-list mailing list >>>>> [email protected] >>>>> http://rubyforge.org/mailman/listinfo/camping-list >>>>> >>>> >>>> -- >>>> // Magnus Holm >>>> _______________________________________________ >>>> Camping-list mailing list >>>> [email protected] >>>> http://rubyforge.org/mailman/listinfo/camping-list >>>> >>> >>> >>> _______________________________________________ >>> Camping-list mailing list >>> [email protected] >>> http://rubyforge.org/mailman/listinfo/camping-list >>> >> >> -- >> // Magnus Holm >> _______________________________________________ >> Camping-list mailing list >> [email protected] >> http://rubyforge.org/mailman/listinfo/camping-list >> > > > _______________________________________________ > Camping-list mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/camping-list > _______________________________________________ Camping-list mailing list [email protected] http://rubyforge.org/mailman/listinfo/camping-list

