search for: boxpanel

Displaying 3 results from an estimated 3 matches for "boxpanel".

2007 May 21
2
Questions about bwplot
...xes for levels A1, A2 and A3 - and the horizontal line I would like only if it would fall in the plotting area when only plotting the boxes for the levels A1, A2 and A3 (this means in the third panel the line should not be there). My attempt test.data$ind <- ifelse(Alg=="R1",1,0) my.boxpanel <- function(x, y, subscripts, groups, ...) { orig <- groups[subscripts] == 0 panel.bwplot(x[orig], y[orig], ...) panel.abline(h=median(y[!orig])) } bwplot(Value ~ Alg | GOF, data = test.data, scale=list(relation="free&quot...
2010 Jan 26
1
Mongrels Hanging in mysql_adapter.rb
Hi everyone, I have been trying to solve this problem for quite some time now and I really don''t have any further clue to investigate. I am running a mongrel_cluster 1.0.5-2 (mongrel verison : 1.1.5-5) on a ubuntu box with apache2 2.2.12-1ubuntu2.1 I have 4 different apps on the same box and each app has two mongrel instances. After a short period of time ( < 2 hours ) some of the
2008 Sep 26
2
Preventing Mongrel/Mysql Errno::EPIPE exceptions
I have a rails app serving up XML on an infrequent basis. This is being run with mongrel and mysql. I''ve found that if the app does not get exercised for longer than a few hours it goes dead ("Lost Connection to MySQL") and starts throwing Errno::EPIPE errors. It seems that the mysql connection gets timed out for inactivity or something like that. It can be restarted with