Displaying 1 result from an estimated 1 matches for "receive_emails".
2008 May 19
0
uninitialized constant BackgrounDRb::MetaWorker (NameError)
...--
require ''rubygems''
require ''pop_ssl''
# Error is on following line
class MailreceiverWorker < BackgrounDRb::MetaWorker
set_worker_name :mailreceiver_worker
def create(args = nil)
# this method is called, when worker is loaded for the first time
end
def receive_emails
# I am receiving emails here. and using models here.
end
??????????????????????????????
I tried running some examples, and found that worker with do_work are
starting but those derived from MetaWorker are not.
I am using latest back-drb release.
Can anyone pl help me out of this?
Thanks in adv...