Displaying 3 results from an estimated 3 matches for "woker".
Did you mean:
worker
2013 Jul 28
1
Auth-woker log lines
Hi,
Are log lines like the following:
Jul 28 15:30:50 mx1.somewhere dovecot: auth-worker(18980):
sql(user at domain,217.67.x.x): unknown user
Jul 28 15:32:56 mx1.somewhere dovecot: auth-worker(18980):
sql(user at domain,212.182.x.x): Password mismatch
written every time any authetntication phase fails, in SASL as well as
in POP3/IMAP mailbox access? I have a legacy app that would gain a lot
if
2007 Jun 19
0
recycled objects and gc problem
...think I''m using any variables in my worker
that come from the app so I''m not sure what is being gc''d that is causing
the errors. You can see that the real work isn''t being done in the drb but
in my models. I do this to help ease testing of these methods. Is my woker
causing the recycled object errors?
class GrabFeedWorker < BackgrounDRb::Worker::RailsBase
require ''net/http''
require ''simple-rss''
def do_work(args)
Space.find(args[:space]).update_all_syndications if args[:space]
Feed.find(args[:feed]).update_...
2006 Jul 31
0
MY worker won''t stop working
...am in my worker. It''s
main function is to read data from a file into a database.
I''ve been successful in getting the worker to stop now by adding a
stop_work method to my worker which sets @running to false in the
process_cdr class and causes the code in do_work to return.
My woker method stop_work calls processs_cdr.stop_process:
def stop_work
@process_cdr.stop_process
end
def do_work(args)
# This method is called in it''s own new thread when you
# call new worker. args is set to :args
if args
@process_cdr = ProcessCdr.new(args)
else
@pr...