Displaying 2 results from an estimated 2 matches for "ringy".
Did you mean:
ring
2010 Feb 02
1
codoc mismatches warning
...-3
loaded via a namespace (and not attached):
[1] grid_2.10.1
I've never had this problem in previous versions. 'sealLocs' is a *.csv
file with this head:
,-----[ head -n5 data/sealLocs.csv ]
| "id","time","class","lon","lat"
| "ringy",2006-06-14 20:31:46,"2",-72.655,40.915
| "ringy",2006-06-15 05:58:14,"3",-72.656,40.918
| "ringy",2006-06-15 07:56:32,"3",-72.657,40.919
| "ringy",2006-06-15 19:07:49,"2",-72.474,40.834
`-----
and this is the relevant sect...
2010 Jun 30
0
drb problem? ringy-dingy won't answer...
...rver. It doesn''t get there...
It runs fine out of delayed_job, runs fine if called directly.
But if ''distrib'' is true (the default) it runs right up to the call to
the server and right past it without getting to the server or raising
any errors.
Am using Ruby 1.8.6.26 , Ringy-Dingy 1.2.1, dj 1.8.4.
*********The server:
require ''rinda/ring''
class ScriptServer
include DRbUndumped
attr_accessor :result
def run(fullScript)
myTS = Time.now.strftime("%Y%m%d%H%M%S")
msg = "===> Starting #{scriptname} in run #{scriptrun} on
#{...