search for: srr

Displaying 14 results from an estimated 14 matches for "srr".

Did you mean: err
2006 Mar 04
5
Correcting Bent Records: Mongrel is not SCGI
...ly needs to be cleared up: ** Mongrel is not SCGI and will never need, use, require, or interact with SCGI (unless someone wants to write the handler for it). ** For some reason people have been under the impression that Mongrel actually uses or interacts with my other project SCGI Rails Runner. SRR was my previous attempt at making it easier to serve Ruby web applications. Mongrel is a completely different beast but with the same goals: simple, platform neutral, framework agnostic, fast as hell web services. It could almost be considered SRR 2.0 in that it drops the SCGI protocol and just...
2006 Jul 27
1
SRR qdisc
Hi all, I wrote new qdisc SRR (Simple Round Robin). This is just another reimplementation of round robin packets distributions. I''m not using SQF/ESFQ source code and algorithms in this scheduler. The main goal of this work is not given multistream download managers give all bandwidth resource. Please testing this: h...
2006 Jan 30
5
SCGI Rails Runner RubyForge Project
Hello Rails Folks, This is just a quick announcement to let people know that SCGI Rails Runner now has a RubyForge project at: http://rubyforge.org/projects/scgi/ There''s already a few bug and feature requests there and I''ll be quickly putting more docs online as well as a new release shortly. The latest source is checked into subversion if you are interested in
2004 Jan 09
2
Fit non-linear regressor
Hi R masters, Sorry for first mensage, this is orignal text... y<-c(2.8150,3.5239,4.0980,4.5845,5.0709,5.4824,5.8427,6.3214,6.7349,7.3651) x<-c(37,42,47,52,57,62,67,72,77,82) I need fit R and A in y=f(x)=R*exp(A*x), with minimize sd= sqrt(SRR/(n-2)) where SRR is Sum of the Square of the Residuals and n is number of data points (in this case 10) How do I make this? Thanks in advance Bernardo Rangel Tura, MD, MSc National Institute of Cardiology Laranjeiras Rio de Janeiro Brazil
2005 May 23
7
Cisco 7960 & v7.4
I have recently upgraded my firmware from v6.3 to v7.4. Now when the phone is booted or rebooted, the initial screen "Initializing Vlan" takes forever to initialize before it initializes IP. Any ideas/Thoughts? (Trying not to Revert back to v6.3). -C -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Jul 03
4
Weird rate in HTB
Dear all, First, sorry for my bad English .. To night one of my client is the victim of UDP attack from internet. It''s tons of UDP packets from internet with destination to port 80. But when I look at class of that victim client, the actual class rate is over than configured rate class. Below is my screen capture. You can see at class 1:913 which have actual rate 105136bit while
2002 Dec 02
1
tc filter and fwmark
...'t been able to make it work this way. Any suggestions, please? I want to shape the incoming traffic that I route for my inside network on the inside iface with queues and more complex shaping, rather then just a plain drop on the outside iface. Thank you. -- ing. Andrei Boros mailto:andrei@srr.ro / +40-21-303-1870 Centrul pt. Tehnologia Informatiei Societatea Romana de Radiodifuziune _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2002 Dec 02
1
ipip and nexthdr
...nside the tunnel I browsed a lot inside the source of tc (from iproute) but how nexthdr works is still unclear to me. However, I''d like to be able to make the filter selections with ip src, ip dst sport, dport inside the tunnel, before decapsulation. -- ing. Andrei Boros mailto:andrei@srr.ro / +40-21-303-1870 Centrul pt. Tehnologia Informatiei Societatea Romana de Radiodifuziune _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2000 Apr 09
2
Password Login Failing... (Not sure this went through)
Appologise if this did make it to the list but I just subscribed and didn't see it come back... I am attmepting to install ssh/sshd on my RH6.1 Intel Box. Everything seems to be working (not quite smooth sailing - I had to resort to precompiled RPM for OpenSSL). I did however get it "working." I generated a host key as root and then changed back to joe-user. I created a key for
2001 Nov 14
0
OPEN ssh pkg
...&BKU'58U(EOH*7;.G0(R_3O0& H_L25^I:PAP/U Q M:,;>\?%^"&5X<0<+5K,P5'W[ CA+ at C"!+U"UDA at 7&UT K at ZQ,!=&&<A6?/)" M:\S_L($7T-7&H TS%@ 0ZNT&.\*%>H#'HU15<'^E.1^$!6&6%N2"B8L-HA at P MB. at Z& V;$47A"SRR>7<&?98:%(3<;BU\ 41(!Q2A28N#72M1T,$@D#KL8-E+ M>E8)"GRE!1<'(A4FW%%W*G5!@>@ \7),=^ "(F#$R M8B+W&REV1$SHN;O&X M$M"TV #$$H!J915:O>KB=$ +(09G $-T$(I& *]3BZT;[OCO;FE_0/R^(_< M22 at M8_A\E"@QO)Z$7I,X4PJK<"\#:!OX2_A*$ O"DAB!,B2U]N...
2005 Oct 19
35
Why you MUST use SCGI for Rails development
Hello happy Railers, I used to develop with a local out-of-the-box Apache and load times were pretty slow (like a few seconds each page). "Well, it''s the price to pay for no compile / cache / etc..." I thought. Nonsense. Yesterday I installed SCGI, and now I''ve got the best of both worlds: rails development env uses my very latest modifications, while SCGI ensures I
2020 Oct 17
10
[RFC] treewide: cleanup unreachable breaks
...2fc_hwi.c index 08992095ce7a..b37b0a9ec12d 100644 --- a/drivers/scsi/bnx2fc/bnx2fc_hwi.c +++ b/drivers/scsi/bnx2fc/bnx2fc_hwi.c @@ -768,11 +768,10 @@ static void bnx2fc_process_unsol_compl(struct bnx2fc_rport *tgt, u16 wqe) if (rc) goto skip_rec; } else printk(KERN_ERR PFX "SRR in progress\n"); goto ret_err_rqe; - break; default: break; } skip_rec: diff --git a/drivers/scsi/fcoe/fcoe.c b/drivers/scsi/fcoe/fcoe.c index 0f9274960dc6..a4be6f439c47 100644 --- a/drivers/scsi/fcoe/fcoe.c +++ b/drivers/scsi/fcoe/fcoe.c @@ -1892,11 +1892,10 @@ static int f...
2020 Oct 17
10
[RFC] treewide: cleanup unreachable breaks
...2fc_hwi.c index 08992095ce7a..b37b0a9ec12d 100644 --- a/drivers/scsi/bnx2fc/bnx2fc_hwi.c +++ b/drivers/scsi/bnx2fc/bnx2fc_hwi.c @@ -768,11 +768,10 @@ static void bnx2fc_process_unsol_compl(struct bnx2fc_rport *tgt, u16 wqe) if (rc) goto skip_rec; } else printk(KERN_ERR PFX "SRR in progress\n"); goto ret_err_rqe; - break; default: break; } skip_rec: diff --git a/drivers/scsi/fcoe/fcoe.c b/drivers/scsi/fcoe/fcoe.c index 0f9274960dc6..a4be6f439c47 100644 --- a/drivers/scsi/fcoe/fcoe.c +++ b/drivers/scsi/fcoe/fcoe.c @@ -1892,11 +1892,10 @@ static int f...
2003 Jul 31
0
IPIP tunnels and TCP connections
I was trying the following setup with IPIP tunnels, one that used to work through another ISP, but no longer... Internal network | Linux box 1 (kernel 2.2.24) iif=10.0.0.1, extf=a.b.c.d, tunf=172.16.0.1 | |local metropolitan network | Another Linux box 2 (kernel 2.2.17, or 2.4.19, same result) iif=irrelevant, extf=x.y.z.v,