Hi Magnus,

On 21jun, 2010, at 21:40 , Magnus Holm wrote:

> 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.

if I start with camping list.rb and enter this url 
http://127.0.0.1:3301/people/list and I hit the reload continuosly, you will 
see how if 'freezes' ...

if I start with camping -s thin list.rb and enter this url 
http://127.0.0.1:3301/people/list and I hit the reload continuosly, it's always 
fast and responsive

> 
> 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?

Where I can send a .db also ?

I can put the code in the pastie but the database ?

It has some rows that I fetch ...

thanks,

regards,

r.


> 
> // Magnus Holm
> 
> 
> 
> On Mon, Jun 21, 2010 at 16:10, Raimon Fernandez <co...@montx.com> 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 <co...@montx.com> 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 <co...@montx.com> 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
>>>>>> Camping-list@rubyforge.org
>>>>>> http://rubyforge.org/mailman/listinfo/camping-list
>>>>>> 
>>>>> 
>>>>> --
>>>>> // Magnus Holm
>>>>> _______________________________________________
>>>>> Camping-list mailing list
>>>>> Camping-list@rubyforge.org
>>>>> http://rubyforge.org/mailman/listinfo/camping-list
>>>>> 
>>>> 
>>>> 
>>>> _______________________________________________
>>>> Camping-list mailing list
>>>> Camping-list@rubyforge.org
>>>> http://rubyforge.org/mailman/listinfo/camping-list
>>>> 
>>> 
>>> --
>>> // Magnus Holm
>>> _______________________________________________
>>> Camping-list mailing list
>>> Camping-list@rubyforge.org
>>> http://rubyforge.org/mailman/listinfo/camping-list
>>> 
>> 
>> 
>> _______________________________________________
>> Camping-list mailing list
>> Camping-list@rubyforge.org
>> http://rubyforge.org/mailman/listinfo/camping-list
>> 
> _______________________________________________
> Camping-list mailing list
> Camping-list@rubyforge.org
> http://rubyforge.org/mailman/listinfo/camping-list
> 


_______________________________________________
Camping-list mailing list
Camping-list@rubyforge.org
http://rubyforge.org/mailman/listinfo/camping-list

Reply via email to