search for: resin

Displaying 18 results from an estimated 18 matches for "resin".

Did you mean: resid
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:...
2006 Jan 01
2
Resin and RAILS
Anybody use Resin''s (http://www.caucho.com) FastCGI support with Rails? I''m seeing performance very close (almost the same) to what I''m seeing with Lighttpd. Nothing scientific but just a quick test using Apache''s wb and JMeter. (Might be interesting to other Java/Rails folk or...
2010 Mar 17
1
Cropped graph using lattice
...n ~~~ Susan Durham Ecology Center Utah State University library(grid) library(lattice) paint <- data.frame(mono=c(17.5, 10, 15, 25, 5, 5, 11.25, 5, 18.13, 8.13, 25, 15, 10, 5), cross=c(32.5, 40, 25, 25, 25, 32.5, 32.5, 40, 28.75, 28.75, 25, 25, 40, 25), resin=c(50, 50, 60, 50, 70, 62.5, 56.25, 55, 53.13, 63.13, 50, 60, 50, 70), hardness=c(29, 26, 17, 28, 35, 31, 21, 20, 29, 25, 19, 14, 30, 23)) pseudo <- with(paint, data.frame(mono=(mono-5)/(25-5), resin=(resin-50)/(70-50))) pseudo$cross <- with(pseudo, 1-mono-resin) pseudo$ha...
2010 Oct 07
1
bogus file times in samba 3.5.4
...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 File: `1321-538.dpn' Size: 387 Blocks: 8 IO Block: 4096 regular file Device: fd08h/64776d Inode: 268583304 Links: 1 Access: (0664/-rw-rw-r--) Uid: ( 500/ resin) Gid: ( 500/ resin)...
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...
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
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
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
2009 Nov 13
1
question about the lattice package
...n the plot below. Here, the labeling is done automatically by the xyplot command (a cursor indicates the three levels and the name of the variable is written out). Instead, I would like to have a specific character string on each strip. The command to generate the plot was very simple: xyplot(Resin~Pt|Weather,data=sharout,panel.function=panel.smooth). I tried to define a new strip function as well as modifying default variables using strip.custom, but I could not get it to work. Could somebody explain it to me? Thank you very much! Marion -------------- next part -------------- A non-text a...
2010 Jun 28
0
Wine 1.2 is approaching 17 years of succession (1)
This week is a low-key week, MeeGo 1.0 released this week, three low-key, Wine has released the 1.2 version of the first RC version. VMware Workstation 7.1 was also released this week, and last week's release of Virtual Box 3.2.0 distant relative; Nginx and Resin two Web servers have carried out a mbt shoes (http://www.keepbrands.com/) minor upgrade. Distribution side, Fedora 13 official release, openSUSE 11.3 version of the final milestone has been released, the official version will come very soon. Wine 17 years Wine, the Linux platform, the applicati...
2007 Mar 05
3
Lucene index compatibility
I would like to generate a Lucene index in Java (of plain text values only,) and be able to use that index in ferret. I''ve seen many mixed answers to this question, so I''m hoping some of you can help. Thanks! -- Posted via http://www.ruby-forum.com/.
2005 Jun 09
0
[Bug 2783] New: Random high loads during syncs (server side) / client stream errors
...y high cpu load then diminish B) Clients having connection errors and not completing a sync. Here is an example from one of our mirror mailing lists: www-apache/ www-apps/ www-apps/drupal/files/ www-apps/wordpress/files/ www-client/ www-servers/aolserver/files/ www-servers/jboss/files/ www-servers/resin/files/ www-servers/tomcat/files/ x11-base/ x11-libs/ x11-libs/ecore/files/ x11-libs/gtk+/files/ x11-misc/ x11-plugins/ x11-terms/ x11-themes/ x11-wm/ x11-wm/fluxbox/files/ rsync: connection unexpectedly closed (2761332 bytes received so far) [generator] rsync error: error in rsync protocol data str...
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
2006 Jan 03
2
way to disable keyboard and mouse ports
Is there a way to disable the keyboard and mouse ports? I have a machine in a public area running an application that no-one needs to touch. However, someone could come up and plug a keyboard in it and mouse and be logged in as that user (not root). Is there a way to disable the mouse and keyboard so only remote ssh connections will control the PC if changes need to be made. This would also
2007 Jun 14
44
Best use of 4 drives?
I''m putting together a NexentaOS (b65)-based server that has 4 500 GB drives on it. Currently it has two, set up as a ZFS mirror. I''m able to boot Nexenta from it, and it seems to work ok. But, as I''ve learned, the mirror is not properly redundant, and so I can''t just have a drive fail (when I pull one, the OS ends up hanging, and even if I replace it, I have to
2008 Jan 18
63
Jasper reports and iReport
Has anyone succeeded in producing Rails reports using jasper reports? I have prepared reports directly with Jasper''s iReport tool using my MySQL data. It is a very powerful reporting tool. The reports look greate. But I have not been able to produce the reports from my Rails application. I have followed the instructions provided at:
2009 Jul 23
6
SSH attacks from china
...ord: 7 times qwertyqwerty/password: 7 times qwertyuiop/password: 7 times qwertyuiop[]/password: 7 times qzcetbmu/password: 7 times r00t!@#/password: 7 times r00t123/password: 7 times r00t1234/password: 7 times r4e3w2q1/password: 7 times resin/password: 7 times richard/password: 7 times root!#%&(_|/password: 7 times root!@#!@#!@#/password: 7 times root!@#$!@#$/password: 7 times root!@#/password: 7 times root-=\\/password: 7 times rootpassword/password: 7 times roottest/password:...
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