similar to: another software load-balancer

Displaying 20 results from an estimated 10000 matches similar to: "another software load-balancer"

2007 Mar 09
5
https load balancer for windows?
Hello, I noticed that mongrel would work very nicely with something called Pound to get https access to a rails app. However, I think Pound isn''t available for the windows platform? Is there any other nice lightweight load balancer like Pound that I could take a look at to get https with mongrel and rails? Cheers, /Erik -------------- next part -------------- An HTML
2006 Mar 13
2
how do I render a partial view into a string from inside a view ?
I want to pass the partial to a Javascript function ( which uses the data for for creating an iframe) render_to_string is not accessible form a view thanks in advance -- Roberto Saccon - http://rsaccon.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060313/8165bcec/attachment.html
2005 Nov 11
2
InPlaceEditor trouble
Hi all this is my first post to this list. Im am trying to use the InPlaceEditor, but I only manage to make it work in very simple case as in teh demo on the wiki. In my case I have a list of records ("books") with different fields and each field has an InPlaceEditor. My problem is how to pass teh id of the record to the update action at the controller, I tried to define the
2006 Jan 31
2
Liquid templates and forms
I have started to experiment with Liquid templates and all goes fine as long as I just display my stuff. But I want to get user input (using forms), and I couldn''t figure out so far whether and how liquid facilitates the use of forms, something like the form helper tags in .rhtml. Anybody knows about that ? -- Roberto Saccon - http://rsaccon.com -------------- next part --------------
2006 Jan 08
8
RaislsEdge - where to get latest javascripts ?
To play with RJS I just made a "rake freeze edge". But this copies only the libs into vendor/rails and any attempt of "rake update_javascripts" fails. But all the he required javascripts are there, at: BASEPATH/vendor/rails/actionpack/lib/action_view/helpers/javascripts/ Except of prototype, they seem to have no version number, so I am asking whether I should take those
2005 Nov 20
3
rounded corners in rails apps ?
Hi all I like very much rounded corners and often used thee well known nifty Javascript approach for that, Recently I discovered Rico ( http://openrico.org), which does the same and is much simpler to use (don''t require additional css files) and is based on prototype.js. This is all very nice, but there is currently one problem, the latest Rico library seems to require prototype 1.3.1,
2006 Jan 24
1
Liquid templates and RJS
Does anybody know whether Liquid templates can be combined with RJS ? -- Roberto Saccon - http://rsaccon.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060124/edeafadc/attachment.html
2006 Sep 20
15
Why Rails + mongrel_cluster + load balancing doesn''t work for us and the beginning of a solution
We have been searching for a Rails deployment architecture which works for us for some time. We''ve recently moved from Apache 1.3 + FastCGI to Apache 2.2 + mod_proxy_balancer + mongrel_cluster, and it''s a significant improvement. But it still exhibits serious performance problems. We have the beginnings of a fix that we would like to share. To illustrate the problem, imagine a
2006 Mar 15
1
when to use mongrail plugins ?
Hi all I just went throught the docomentation of mogrel and I am wondering wht the plugins are good for. I understood how the work and I am comparing the situation to Lighttpd where mods are available for specific tasks. But in Lighttpd (or apache) those mods are running at native speed. But at mongrel, if the plugins are writte in ruby, couldn''t that code just be a rails plugin ? One
2007 Jan 10
7
ultramonkey vs pound?
I know most people use pound, but has anyone tried using ultramonkey as a load balancing solution between a cluster of mongrels and lighttpd? Thanks, Ray -- 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, send email
2006 Mar 25
1
routes mapping, subdomains and page-caching
Each of its own is no problem, but the combination of them is confusing my head ! I want to to map in routes.rb an url for an article which is identified by its permalink. The permalink is unique per subdomain. Has anybody done that and can post an example ? Should I do subdomain filtering in routes.rb so I can get page-cachabled URLs (and URL rewriting in Lighttpd form subdomain-urls to
2006 Jul 18
6
Replace Pound/Pens/Balance with Ruby alternative
Right now you can use either Pens/Balance/Pound to put in front of some Mongrels and it works really good (easy to setup too!). I got to thinking, would it be possible to mimic what Pens/Balance/Pound does in pure Ruby (yeah, I know the answer is yes)? I guess I''m looking for a starting point. Does one simply write an HTTP listener that then redirects the calls to Mongrel? Is
2007 Feb 08
0
mongrel limiting amount of connections ?
Hi! I''ve been using Mongrel in a Rails setup with HAProxy as a loadbalancer. I used to use Pound, but HAProxy is much more performant and has the very nice option to limit the amount of requests sent to the backend servers/processes. In practice, this means that a new incoming request will not be sent to a Mongrel that''s already busy processing a request. There''s
2006 Aug 29
0
proxy engines and load balancers for mongrel
Hi Everyone, So I''m finally going to sit down with a few of the guys and do an even comparison between some stuff proxying to mongrel (we ourselves typically use Big-IP or Zeus to Apache 2.2 to mongrels). If you have other pieces of software that you know about beyond, can you please let me know? Perlbal Pound Pen HA-Proxy Nginx TCPBalance Balance Balance NG TCPFork Apache 2.2
2006 Jul 08
8
Mongrel, lighty, pound, and request.remote_ip
Is anyone using the setup described at the Rails blog? http://weblog.rubyonrails.org/2006/7/3/pound-makes-lighty-and-mongrel- play-nice I''m using it in production, and the only problem I have is the same as people have described in the comments over there, namely that Rails thinks all requests come from localhost. See http://isabont.com/requestinfo for the headers. Any
2006 Mar 11
0
clientside transformation of markdown to HTML
To save AJAX round trips for live-previews. Does anybody know whether there exist a cross-browser way to achieve that ? All I am currently aware of is this <http://rephrase.net/box/js-markdown/>, there was some talk about it in 2004, unfortunately according to docs it only works in mozilla-based browsers -- Roberto Saccon - http://rsaccon.com -------------- next part -------------- An
2005 Nov 16
0
trying to use effects for photo slideshow
Hi all I am trying to overlay the Effect.Fade and Effect.Appear to make a photo slideshow, but my frist approaches failed and it seems it needs a bit of CSS-tweaking and Effects-hacking to make it work Or does there exist any other simple way to make simultaneous fade-in/out ? btw. the Wiki seems to be down right now regards -- Roberto Saccon - http://rsaccon.com
2006 Feb 06
0
how can I retrieve a session based on the session-id
I am trying to mix Flash and RoR (for fileupload without pagerefresh) Unfortunately the requests originating from the flashplayer do not have the right sessionid. So I tried to hackaround with reading the _session_id form the cookie and sending it together with the fileupload POST from the flashplayer to the webserver. But how can i retrieve the session based on the session_id at my controller
2014 Jan 02
0
RHEL Load Balancer Add-on vs KeepAlived
Hello, I've started reviewing HA solution for HAProxy and trying to decide between RHEL HA Add-on and KeeAlived. Just curious if anyone had a chance to use any of these technologies in a production environment? I would love to learn what your experience with these technologies is in terms of management, scaling, troubleshooting, and monitoring. I am leaning towards RHEL Add-on at the moment
2013 Jan 19
7
load balancer recommendations
Hello all, The question is not necessarily CentOS-specific - but there are lots of bright people on here, and - quite possibly - the final implementation will be on CentOS hence I figured I'd ask it here. Here is the situation. I need to configure a Linux-based network load balancer (NLB) solution. The idea is this. Let us say I have a public facing load balancer machine with an public IP