Displaying 10 results from an estimated 10 matches for "kovyrin".
Did you mean:
kondrin
2006 Sep 12
2
Nginx conf with all the right rules for mongrel_cluster
Folks-
James Cox, Alexy Kovyrin and I all huddled up and got nginx working
perfectly with mongrel cluster and rails page caching. So all static
and cached files are served fast by nginx and anything not static
gets sent to mongrel.
http://brainspl.at/articles/2006/09/12/new-nginx-conf-with-rails-caching
Cheers-
-Ezra
2009 Feb 10
3
clustering and load balancing Apache
Hi,
I am new to clustering and loadbalancing in apache, What is best way of
doing it? How do I do the clustering and what tools do I need to use? Do I
have those tools, I use CentOS , Do i have any tools in CenOs which comes
default in it? And how do I do apache load balancing? should I rely on
apache forums or mailing list or is there any way or tool I can use in
CentOS? Can any throw some vague
2007 Dec 18
3
Mongrel + Lighttpd
Hi guys,
I''ve been chasing a problem in my web-stack: Lighttpd -> Mongrel ->
Rails, and found a problem with the interaction of Lighttpd and Mongrel.
If a request takes more than 5 seconds, Lighty will retry it - and
then the requests / responses get mixed up in Lighty and it returns a
bad response to the client. Not good.
I''m convinced that the problem is
2006 Aug 22
9
Article: High-Performance Ruby On Rails Setups Test...
...such
solution. Before blindly make any decisions about future platform I’ve
decided to make some performance tests of the some most popular rails
web servers/frontends. Results of these tests you can find here with
configuration samples for all software that I have used.
Details:
http://blog.kovyrin.net/2006/08/22/high-performance-rails-nginx-lighttpd-mongrel
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, sen...
2006 Sep 04
4
Mongrel Tuneup Guide: Questions
Hi!
I''ve been following the new mongrel tuneup guide (a huge thanks for
that btw) and here are my results. I''ve basically only gotten to the
point where I''m tuning up 1 mongrel because I suspect I have a
performance problem with my rails app.
http://mongrel.rubyforge.org/docs/how_many_mongrels.html
The first number is the 10s nconns and the second is the max req/s as
2006 Sep 07
0
IOWA & Mongrel, performance
So, after far too long, I''m running successful tests of an
IOWA/Mongrel integration.
This is using Mongrel 0.3.13.3.
I created an app that is the same as the one tested here:
http://blog.kovyrin.net/2006/08/28/ruby-performance-results/
Just running a single mongrel on an AMD Athlon (2 Ghz) dual processor
system with a Linux 2.4 kernel and Ruby 1.8.4 I get, with a
concurrency of 1, around 345 requests per second. Higher
concurrencies remain manageable, though, which is nice to see. I get...
2006 Nov 04
0
Rails caching enabled Nginx.conf file.
Folks-
James Cox, Alexy Kovyrin and I all huddled up and got nginx working
perfectly with mongrel cluster and rails page caching. So all static
and cached files are served fast by nginx and anything not static
gets sent to mongrel.
http://brainspl.at/articles/2006/09/12/new-nginx-conf-with-rails-caching
Nginx(engine-x) is a li...
2007 Nov 08
5
byte-range requests
I''m trying to sent a file to the iphone (which requires byte-range
request support) using the rails send_file method. However, this
fails, I think because of mongrel. I think so because if I send the
iphone a file handled by nginx, it plays it fine. But then when I
serve the file with rails the iphone can''t play it.
Any ideas?
Alex
2007 May 07
5
Anaconda doesn't support raid10
So after troubleshooting this for about a week, I was finally able to
create a raid 10 device by installing the system, copying the md modules
onto a floppy, and loading the raid10 module during the install.
Now the problem is that I can't get it to show up in anaconda. It
detects the other arrays (raid0 and raid1) fine, but the raid10 array
won't show up. Looking through the logs
2007 Jun 10
6
Securing private file area
I''m building an application for a company that has thousands of clients, and
for each client there will a set of documents that are private to that
client. Rails makes it easy, of course, to show the list of documents on a
per-client basis, using acts_as_authenticated and using current_user as part
of the find any time a document list is displayed.
The part for which I''m looking