similar to: Resin and RAILS

Displaying 20 results from an estimated 1000 matches similar to: "Resin and RAILS"

2006 Jan 14
7
Rails on Resin
Anyone figured out how to get rails/fastcgi to run on Resin. I assume it would be similar to PHP, which there are directions here: http://www.caucho.com/resin-3.0/thirdparty/php.xtp One thing that confuses me is that it wants a server address: <server-address>localhost:8002</server-address> Apparently you start the php process, like this: php -b 8002 And then the PHP process
2006 Feb 23
0
Caucho's resin on x86_64?
I'm trying to install the resin package from www.caucho.com on Centos 4.2/x86_64 with Sun jdk-1_5_0_06-linux-amd64. Everything appears to work during the install but I get: Socket JNI library is not available. Resin will still run but performance will be slower. To compile the Socket JNI library on Unix, use ./configure; make; make install. In the logs when it starts up. Did I miss
2006 Jan 04
14
Rails on Tomcat or JBoss?
Hi all, The Rails book talks about running Rails under Apache, but is there a (relatively) easy way to deploy it to either Tomcat or JBoss? Is the CGI servlet the only option? Thanks, Ken -- Kenneth A. Kousen, Ph.D. President Kousen IT, Inc. <http://www.kousenit.com> http://www.kousenit.com <mailto:ken.kousen@kousenit.com> ken.kousen@kousenit.com
2010 Mar 17
1
Cropped graph using lattice
I'm fitting data from a mixture experiment, and I'd like to present the results in a ternary graph with contours. I found this code by Walmes Zeviani http://n4.nabble.com/Triangular-filled-contour-plot-td1557386.html which is just what I want--except I would like the axis titles and labels to be proportionately larger than the ternary graph itself, for legibility in publication. When I
2010 Oct 07
1
bogus file times in samba 3.5.4
Hi, I am seeing some very dodgy behavior from samba where the files times displayed to the client seem to have no basis in reality. In the example below The file was created on Oct. 5th but samba is saying the file time was way back on Sep. 30th. [root at tungsten KOSRCFLM]# ls -l 1321-538.dpn -rw-rw-r-- 1 resin resin 387 Oct 5 15:49 1321-538.dpn [root at tungsten KOSRCFLM]# stat 1321-538.dpn
2023 Jan 26
2
How do you scale dovecot for good performance with Roundcube webmailer in front? (hitting limits without exhausting resources)
Good day, I am currently setting up/debugging a webmailer-only setup using Roundcube (latest version) with Dovecot (2.3.20, latest as of now). Generally speaking the setup performs OK, I wrote a JMeter Roundcube script to test the Roundcube. This includes actions like listing mails and fetching them. I am hitting a somehow dubious limit of 600 req/s though. (This includes all kinds of HTTP calls
2006 Oct 06
3
Mongrel is crashing under heavy loads
Hi We''re running mongrel on CentOS 4.2 with Apache httpd 2.2 mod_proxy_balancer, mongrel_cluster-0.2.0, Rails 1.1.6, Ruby 1.8.4, Pg 8.1.4 backend. We are on the verge of going live with our site and I am stress testing the server. What we are seeing is under heavy loads, our mongrels will seg fault and die one by one. Following the advice in a previous thread (http://www.mail-
2010 Feb 16
3
Triangular filled contour plot
Hi all, I am working on a filled contour plot which shows a triangular matrix data set (as shown below). Is there a possibilty to draw a triangular filled contour in a equilateral triangle (like a ternary plot)? Thanks in advance Johannes http://n4.nabble.com/file/n1557386/Bild3.png -- View this message in context: http://n4.nabble.com/Triangular-filled-contour-plot-tp1557386p1557386.html
2011 Sep 27
0
422 Error when using JMeter for load testing
I have a Rails 3.1 application that I am trying to use JMeter to load test. Our site is targeted around collecting information so users sign-up and then walk through a question and answer workflow and after answering a few questions, they are rewarded with some useful information. My JMeter test is configured to walk through sign-up and then the full Q&A workflow. Environment details:
2006 Jul 03
13
Eager loading ActiveRecord objects
I have a complex graph of ActiveRecord entities that I want to load with one big honkin'' join query to avoid ripple loading. It''s for a report. However :include doesn''t get me all the way there because I want to load parents of parents (or children of children). I don''t mind doing the SQL by hand but I''m not quite sure what to do to get the result
2006 Mar 09
13
Apache or lighttp for Ror/2003server?
160,000 pages 99% static, only minor stuff done in rail (search, contact us, etc.) windows server 2003 Ror 1.0 Currently 30K Hits /day on IIS. Apache or Lighttp? Fast_CGI seems kinda slow with a 2003/Apache configuration. The only thing I''ll get rid of for sure is IIS. -Cedric -- Posted via http://www.ruby-forum.com/.
2009 Nov 05
0
how ot remove the highest value from total time jmeter xslt
Hi, I am new to xslt and I need some help removing the highest value from the 'total time' and then calculating the 'average time' for jmeter reports Thanks, Hema -- View this message in context: http://old.nabble.com/how-ot-remove-the-highest-value-from-total-time-jmeter-xslt-tp26208608p26208608.html Sent from the R help mailing list archive at Nabble.com.
2008 Dec 13
4
Reuse of Cucumber Features
What''s the best way to handle a requirement that shows up as a sub-requirement requirement in other features? For example let''s say users can enter dates in various forms throughout my application. There is one set of global rules specifying the formats in which dates may be entered, and how they are interpreted. I put that in one feature. In various other features, like
2006 Aug 24
3
Mousehole stuff
Hey everyone, I''m using mousehole for the first time today (love the artwork, btw) and I seem to be having problems with Camping and Markaby. When I go to the Apps page I get: Camping Problem! MouseHole::Controllers::RApps.GET TypeError /Users/tzaharia/Sites/mouseHole/lib/mouseHole/views.rb:78:in `+'': can''t convert String into Array:bla bla bla... The line in question
2023 Jan 26
1
How do you scale dovecot for good performance with Roundcube webmailer in front? (hitting limits without exhausting resources)
> > Generally speaking the setup performs OK, I wrote a JMeter Roundcube script to > test the Roundcube. This includes actions like listing mails and fetching > them. I am hitting a somehow dubious limit of 600 req/s though. (This includes > all kinds of HTTP calls to Roundcube, not only the ones triggering IMAP). When > the dovecot becomes unavailable, the performance without
2006 Dec 31
0
Load Testing Rails Apps with Jmeter
I am experimenting with using Jmeter to load test my Rails Application. I am looking to find the session variable name that identifies the session id. This needs to be added to a HTML URL Re-writing modifier, to associate a request with a session. Any assistance would be appreciated. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to
2010 Dec 06
4
http request, which command is good for testing
Hi all I just know there are curl / lwp-request, lynx and elinks Which command is good for http testing? Thank you
2006 Sep 27
4
LAMP benchmarking tool
Is anyone using a reliable Linux/Apache/MySQL/PHP benchmarking suite? There are benchmark software for individual pieces but I hope there is one tool or several small tools that act together to give a picture of how long a request takes from entering Apache, to PHP, to MySQL and then back to the client.TIA!
2012 Jun 12
1
Nagios hostgroup collation
Hi everyone, I am reconsidering how I am using the Puppet nagios functionality, at the moment I am creating one service for each check on each host. A lot of them are identical, and would be better tied to hostgroups to simplify my config. Namely, I have about 5,000 checks in there now which will go up to about 20K over the next month, and it''s taking about 5-10 minutes for a Puppet
2006 Feb 17
27
deployment server
Hi all, On theserverside.com there is an article describing an interview with Bruce Tate, where he calls Java dead like Cobol. See: http://www.theserverside.com/news/thread.tss?thread_id=39066 However in the comments, some guy comes up with a good point: He states the following: <quote> I couldn''t come up with a viable enterprise quality/grade deployment platform for RoR. Even