similar to: Large scale Rails deployments

Displaying 20 results from an estimated 8000 matches similar to: "Large scale Rails deployments"

2007 Jul 19
1
one mongrel with hundreds of CLOSE_WAIT tcp connections
Hi, I''m running into a strange issue where one mongrel will sometimes develop hundreds of CLOSE_WAIT TCP connections, mostly to apache (I think -- see sample lsof output below). I haven''t had a chance to get the mongrel with this behavior into USR1 debug mode yet. I didn''t catch it in time. This happens a couple times a day on average at seemingly random times.
2003 Oct 07
0
Large-scale Asterisk deployments: VON panel
I'd like to float the idea of a VON panel discussion for large-scale open-source deployments, specifically using Asterisk as an application service and as a gateway service. In order to do that, I'd need to get a list of panelists together who might be interested in speaking. If you manage an installed base of >1000 users, and you're using Asterisk, I'd be interested in
2004 May 14
0
Large Scale Deployments
Hi Everyone ! I have been using Asterisk for 2 to 3 months now. I have made peer to peer calls using Asterisk both with H.323 and SIP. Now there is a requirement that I have to setup asterisk in my office supporting upto a 1000 extensions (pstn or IP endpoints). Now the question that I wanted to ask was that is it possible to deploy Asterisk with so many extensions ? Has anyone ever used
2006 Jun 13
5
Can RoR handle a lot of traffic?
And compared to PHP? -- Posted via http://www.ruby-forum.com/.
2006 Apr 27
15
Which is faster, calling helpers or rendering a partial?
Using partials is a nice way to separate chunks of content into separate pages as opposed to building strings in helpers, but I''m wondering which is faster. It scares me when I see stuff like: Rendered users/_public (0.00051) Rendered users/_public (0.00009) Rendered users/_public (0.00008) Rendered users/_public (0.00008) Rendered users/_public (0.00008) ....50 more times Has anyone
2006 Apr 12
3
Apache 1.3 + remote FastCGI balancing
Cheers, As I have a lot of stability problems with Lighttpd + FastCGI-Cluster I wanted to test Apache 1.3 as most of the "big" sites like 43people or BaseCamp run on it. Every example I find only talks about lokal FastCGI processes and not about remote ones and explains how the requests are balanced. Are there any good examples out there and can Apache1.3/mod_fastcgi load balance
2005 Feb 26
0
New to icecast2, few questions
> >>>>>> 1, Quicktime is always buffering... never plays, anyone seen this and if > >>>>>> so know of a solution? > >>>>> > >>>>> not sure, make sure that quicktime handles the stream format you're > >>>>> sending it. > > The stream is mounted as /starfish .. served as starfish.m3u >
2006 Jun 05
1
Unobtrusive javascript...what if?
What if...you could produce accessible, unobtrusive javascript, using Rails built-in javascript/prototype helpers, with just one extra line of code in your layout, a plugin, and one small enhancement to the helpers. Something like this: [php] <% form_remote_tag :controller => ''foo'', :action => ''bar'', :unobtrusive => true %> # which produces
2009 Jun 12
5
Limit Request Body Size (Disallow very large File-uploads)
Hello all, For the last couple of days I was trying to get my Apache/mod_proxy/mongrel setup to limit the size of the request body. The setup is as follows: 1.) Apache acts as a reverse proxy by facilitating mod_rewrite and mod_proxy 2.) Requests for non-static files are passed on to a mongrel_cluster 3.) We use mongrel for our Ruby on Rails application Note that due to some restrictions we are
2006 Jun 07
9
Unobtrusive Javascript for Rails
I made a brief post on here the other day about this and now I can proudly present the initial release of our unobtrusive_javascript plugin for Rails. We''ll be working with Dan Webb of Vivabit to roll in much of the functionality in his own as-yet unreleased unobtrusive_javascript plugin into a single plugin. This is essentially a preview release and probably not suitable for use on a
2009 Sep 04
1
starfish - pbx
im confused: http://www.h-online.com/open/Starfish-PBX-Management-Tool-for-Asterisk--/news/114154 whats that now? cloned - not cloned? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090904/52dae846/attachment.htm
2010 Jan 28
16
Large scale ZFS deployments out there (>200 disks)
While thinking about ZFS as the next generation filesystem without limits I am wondering if the real world is ready for this kind of incredible technology ... I''m actually speaking of hardware :) ZFS can handle a lot of devices. Once in the import bug (http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6761786) is fixed it should be able to handle a lot of disks. I want to
2006 Aug 01
0
Unobtrusive Javascript for Rails 0.2
Dan Webb (http://www.vivabit.com) and I are happy to announce the latest release of the Unobtrusive Javascript plugin for Rails. This release packs in lots of cool new features, a few changes to old ones and some performance enhancements. Now you can write your behaviours in Ruby, attach behaviours directly to elements using content_tag and apply behaviours to elements without HTML IDs.
2006 Jul 19
13
MySQL Replication as Load Balancing
Hello: We will be setting up MySQL replication for a load balanced environment, but we have to separate reads and writes. How can we modify rails to do so? Has anyone done this already? Thank you in advance! Dan -- Posted via http://www.ruby-forum.com/.
2010 Mar 02
2
Thoughts on storage infrastructure for small scale HA virtual machine deployments
Hi, up until now I've always deployed VMs with their storage located directly on the host system but as the number of VMs grows and the hardware becomes more powerful and can handle more virtual machines I'm concerned about a failure of the host taking down too many VMs in one go. As a result I'm now looking at moving to an infrastructure that uses shared storage instead so I can
2006 May 17
8
How to implement full-text search with OR just like google?
The current full-text search will return the AND collection results,for example,if we use Article.search("aa bb"),then the articles that include "aa" and "bb" in the fields will be returned,how to return the articles that include "aa" OR "bb" effectly? A stumb method is to setup two queries respectly and collect them together with remove the
2006 Nov 01
4
My Phone Review- Large Scale Corp Deployment.
I have had the opportunity to test many IP phones in the last 6 months and I thought you might enjoy a quick review of what I have found. Grandstream Budgtone 200 - Poor Quality for business use- Looks good, and the handset feels nice, buttons have a decent feel, but the disply is difficult to read when you are not directly over head of the phone, plus the sound quality of the handset, and
2015 Aug 28
0
apache mysterious 404 error
What is the absolute path on the server that /mycompanyStore/images/ is store in? -----Original Message----- From: centos-bounces at centos.org [mailto:centos-bounces at centos.org] On Behalf Of Tim Dunphy Sent: Friday, August 28, 2015 10:12 AM To: CentOS mailing list <centos at centos.org> Subject: Re: [CentOS] apache mysterious 404 error Hey guys, Sorry for the failed attempts at
2006 Oct 09
0
Large file uploads - performance improvement
Situation: Need to increase performance of large file uploads. Hardware: Mac Mini Core Duo (1.66) with 1 gig of ram Software: Mac OS X.4, Pens, Mongrel (cluster), MySQL 5.0 Large file uploads are now a concern. The Rails (internal) site has 20+ users of which 3-5 are active on the system at a given time. Whats the best route for me to get a good performing system setup that can handle large
2015 Aug 28
1
apache mysterious 404 error
Hi Robert, It's this: drwxr-xr-x. 2 daemon daemon 4096 Aug 27 12:34 /var/www/mycompanyStore/images Thanks, Tim On Fri, Aug 28, 2015 at 11:17 AM, Robert Wolfe <Robert.Wolfe at malco.com> wrote: > What is the absolute path on the server that /mycompanyStore/images/ is > store in? > > -----Original Message----- > From: centos-bounces at centos.org