Displaying 3 results from an estimated 3 matches for "18ms".
Did you mean:
10ms
2007 Jul 20
0
Strange 500 error
...: 500 Internal
Server Error Content-Type: text/html on some of the pages of my
application.
I can''t seem to find anything in the production log for rails, the mongrel
log nor the apache log. The only thing that seems to show up everytime this
happens is this:
/usr/local/bin/mongrel_rails:18ms/mongrel-1.0.1/bin/mongrel_rails:251b:211:
in `run''`run''ment.rb:117:in `process''sion_management_support''
which makes me wonder where do I start to look to figure out what causes
it.
Has anyonw seen or heard anything similar to this??
My system runs:
Rails 1....
2006 Apr 05
5
QoS - Ping problem
Hello all,
I have set my QoS solution and now I am facing a little problem...
When I ping to my server it has some lost packages:
Estatísticas do Ping para 172.30.0.1:
Pacotes: SENDED = 1029, RETURNED = 880, LOST = 149 (14% de perda),
Aproximar um número redondo de vezes em milissegundos:
Mínimo = 0ms, Máximo = 686ms, Média = 105ms
If I disable my QoS ping stats to be ok. I even have
2005 Jul 13
14
[Patch] Fix IDLE issue with sedf scheduler on IA64
Hi, Dan,
This patch fixes strange behavior on IA64, that IDLE is
scheduled more than Dom0 with default sEDF scheduler.
The key point is reprogram_ac_timer at the end of ac_timer
dispatcher, which programs local apic timer with expire of next ac_timer
on x86. Higher precision lapic timer can trigger ac_timer more precisely
than simply done in PIT interrupt handler. That works perfectly on x86