search for: myworker

Displaying 17 results from an estimated 17 matches for "myworker".

Did you mean: mdworker
2013 May 10
0
[LLVMdev] Help on making doxygen document
Dear Sir or Ms: My OS is ubuntu 12.04(AMD64). I have installed TexLive 2012, Graphviz 2.26.3, doxygen 1.7.6.1 without the dependence doxygen-latex.The version of LLVM I am working on is 3.2. My configure script is the following: ../llvm-3.2/configure --prefix=/home/me/mywork/sca/llvm/llvm-install2 --enable-targets=host-only --enable-debug-runtime --enable-assertions --enable-doxygen
2007 May 15
4
Need help with singleton worker
...ued up, and c/d never start. I''ve also had ''b'' start but never finish. (May have been due to do_work deleting the worker as ''a'' finished in that case.. figured delete was neccessary to have the other jobs start, but no..) lib/workers/my_worker: class MyWorker < BackgrounDRb::Worker::RailsBase def do_work(args) logger.info("MyWorker#do_work. args: #{args}") sleep(60) logger.info("MyWorker#work done, deleting self. args: #{args}") # probably shouldn''t call self.delete here, as we reuse the worker..? end...
2010 Jul 18
3
Passenger configuration
Hello Experts, I am developing a site that will be deployed on dreamhost. My Development environment is as followed. Development H:\mywork\QMed\KIMS_banglore\rails_apps\kims_sachin2.0>ruby script/ about About your application''s environment Ruby version 1.8.6 (i386-mingw32) RubyGems version 1.3.7 Rack version 1.1 Rails version 2.3.8
2012 Feb 20
2
[LLVMdev] stack dump
0 down vote favorite [http://stackoverflow.com/questions/9354312/llvm-2-8-dswp-core-dump-linux#] share [g+] share [fb] share [tw] i new in llvm.i just compile google code and got this error. " Stack dump: 0. Program arguments: opt -load /home/vahid/mywork/llvm-2.8/Release/lib/DSWP.so -dswp obj.o -o out.o 1. Running pass 'Function Pass Manager'
2006 Jul 19
1
A couple of problems
...to define a simple class in the worker file to wrap up and pass back some data to my controller. It seems that if I create the class either inside or outside of my worker class (in the same file) it gets wrapper by a DRb::DRbUknown object and therefore cannot be accessed from my controller. class MyWorker < BackgrounDRb::Rails class MyResult attr_reader :result def initialize(result) @result = result end end def do_work() end def results MyResult.new(100) end end -- my_controller.rb -- def results results = MiddleMan.get_worker(session[:job_key]).results...
2014 Mar 10
0
Mongoid : bson namespace error
Hello All, I had been trying to work on Rails 4 and Mongoid gem. The following are the versions I had installed: bson-2.2.1 mongoid-3.1.6 After installing and trying to run "rails generate" command. It is failing with NameSpace error for BSON::ByteBuffer. It is trying to connect to mongodb server initially and getting successful. Post that it is failing with the following
2012 Feb 20
0
[LLVMdev] stack dump
Hi Vahid, I suggest you use a more recent version. The latest version is 3.0. Ciao, Duncan. On 20/02/12 09:27, vahid eslami wrote: > > 0 down vote favorite > <http://stackoverflow.com/questions/9354312/llvm-2-8-dswp-core-dump-linux#> > share [g+] share [fb] share [tw] > > i new in llvm.i just compile google code and got this error. " Stack dump: 0. > Program
2006 Jan 22
1
Application of R and MNP
Dear all, I'm a new user of R and MNP. Would anybody advise me what I have done wrong to the input or data. When I add the R7, it said that there is an error "SWP:singular matrix". I can add up to R6 only. Copy of the R console is attached for your reference. Thanks. Andy -------------- next part -------------- A non-text attachment was scrubbed... Name: mywork.pdf Type:
2004 May 05
0
ADS join failing?
Hello all, I'm not too sure we're having an ADS issue or not. Perhaps someone could shed some light on this for us? Here's what we're seeing during a net join: 14:32 myhost<42> sudo ./net join -S domaincontroller -U admin_user Admin_user password: [2004/05/05 14:33:39, 0] libads/ldap.c:ads_add_machine_acct(1006) Host account for myhost already exists - modifying old
2006 Jan 18
3
linear contrasts with anova
I have some doubts about the validity of my procedure to estimeate linear contrasts ina a factorial design. For sake of semplicity, let's imagine a one way ANOVA with three levels. I am interested to test the significance of the difference between the first and third level (called here contrast C1) and between the first and the seconda level (called here contrast C2). I used the following
2002 Sep 03
2
Problem with SJava sample "JavaRCall"
Hi, I am trying to run the example "JavaRCall" with SJava 0.65 and R1.5.1 under Windows NT4.0. Although loadLibrary("RInterpreter") worked successfull, the following error occurs: "Exception breakpoint occurred at line 65 of ROmegahatInterpreter.java. java.lang.UnsatisfiedLinkError: boolean org.omegahat.R.Java.ROmegahatInterpreter.initR(java.lang.String[]) boolean
2006 Oct 04
0
first_run timezone weirdness
...actical) Time.parse(Time.now.to_s) which will cause the first job to run 14 hours later than it should. There a few ways to fix this, right now the hack I''ve come up with is to pass in Time.now without the timezone letters so Time.parse will convert the time using the local timezone: def MyWorker < BackgroundDRb::Rails first_run Time.now.to_s.sub(/[A-Z]{3}/, '''') ... end The other option is to patch backgroundrb to use UTC/GMT solely for comparison -- convert the passed in time to GMT then stringify it for the class eval''ed method -- then compare it against...
2003 Oct 15
0
tkcanvas/bitmap for Turtle World
To represent a turtle inside a canvas (tcltk package), I have a serie of bitmaps representing the turtle heading in different directions and I would like to display the one that corresponds to the current direction of the turtle (function below). I have created with Paint a bitmap representing the turtle in BMP format and succeeded displaying it on canvas after converting it into XBM format
2009 Mar 24
1
Workspace Image
Hello, I'm wondering how to delete previously saved workspace in R. Thank you. Regards, Yikan Liu [[alternative HTML version deleted]]
2012 Jul 19
1
save / restore RAM state - Problem
Hi all, i am trying (test) to save / restore a state of a winxp virtual machine. Perhaps i am missing that i can not restore save image to LVM partition. "error: Failed to read file '/root/winxp.save': Value too large for defined data type" Below are my settings libvirt 0.9.13 qemu-kvm 1.1.1 # virsh Welcome to virsh, the virtualization interactive terminal. Type:
2006 Sep 08
4
"password server" in smb.conf
Hi, I use winbindd and to use it I write my Active Directory Domain Controller in the "password server" directive in smb.conf. Since I have not one but two servers (for failover situations), can I write another password server?
2015 Oct 19
0
replication full documentation
Hi! I am create replication between two Debian 8.2 servers with dovecot 2.2.13. It work, but wont now more about replication used and i didn't now where i can red it: 1. aggregator - documentation and what he done? 2. replicator - full description or man for him 3. dsync - full description or man for him 4. doveadm replicator status - full description for all his points: * Queued