Displaying 9 results from an estimated 9 matches for "backroundrb".
Did you mean:
backgroundrb
2007 Dec 15
2
Release tags in SVN?
Hi,
Im just wondering what strategy I should use for checking out from
your repo. I''ve seen posts here announcing BackrounDRb 1.0 RC 2, 1.0
but I don''t see any tags in the repo for these releases - I only see
two old tags (release-0.2.0 & release-0.2.1). I''m assuming the HEAD
code might be a bit unstable at times so should I use timestamps for
checking out/exporting?
If so can anyone advis...
2006 Jun 12
2
ferret / hyperestraier indexing time
...t essentially just does
a find_or_create_by_word for each word, and then adds its id to a join
table linking words and documents..
the only thing is it takes about 2 or 3 seconds to index a reasonably
large article, so this slows down ''add'' operations, etc..
ezra''s backrounDRb sounds like it will hit the spot. but how does
acts_as_searchable and acts_as_ferret handle this. are they so much
faster than indexing time is moot?
--
Posted via http://www.ruby-forum.com/.
2008 Mar 19
2
problem with worker status
...rgs[:user_id]
@submission_time = Time.now
percent_complete = 0
total_count = get_total_count(file)
register_status(:percent_complete => percent_complete, :total =>
total_count)
<<< some long running task >>>
exit
end
end
Now when I fire up the backroundrb server and a rails console
and ask for a new worker like this:
>> jk = MiddleMan.new_worker(:worker => :upload_worker, :job_key =>
"123", :data => data)
(where data = {:file => some_file} )
most of the time I get the jobkey returned and the job works and I can
ask the...
2006 Oct 03
1
recipe for a myspace type clone?
loginGenrator for accounts and custom views
ferret for search engine
acts_as_attachment with imagick
backroundRb for DB cleanup
anything else one would use for a social networking site? and would the
above plugins be ''good enough'' for a much smaller instance of myspace?
looking to have around 1000 or so members.
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------...
2008 Jan 10
8
Worker suicide
I have a worker which wants to delete itself after it finishes its
work- how can it do that?
Best Regards,
Danny Burkes
2007 Mar 04
6
Backgroundrb spiking CPU after first run on Mongrel cluster
I''ve been troubleshooting this problem for several hours now and haven''t
been able to figure out what''s wrong. I have two boxes, dev and prod, both
are identical except that prod uses Ruby 1.8.5 and dev uses 1.8.4. Both are
running Slave 1.2.0, Daemons 1.0.5, and Backroundrb 0.2.1.
The behavior I''m seeing is this. When I first start Backgroundrb, this is
what the process list looks like:
cwarner 80608 0.0 1.6 57852 50480 ?? S 10:28PM
0:03.36/usr/local/bin/ruby18 /usr/local/bin/mon
cwarner 80611 0.0 1.6 58768 51356 ?? S 10:28PM
0:03.59/usr/loc...
2007 Dec 07
0
Working in linux, scheduler working mac 10.4, triggers don''t work
Thanks so much for backgroundrb, it''s nice to be able to keep the moving
parts to a minimum. I''m noting some odd behavior on ruby 1.8.5, rails
1.2.5, backroundrb trunk on a macbook. When scheduling a task everything
works perfectly, but triggers are not calling the methods, only blocking the
background drb instance. Logs show no errors. Even more interesting is the
fact that everything works fine on linux.
Out of curiosity, I ran wireshark and think I...
2006 Nov 24
0
HELP!!! How to track memory usage in WEBrick
Hi all,
I am developing an application which uses up a lot of memory because om
multiple threads executing in one time. I am using BackrounDRB for the
purpose.
Is there any way or tools available so that i can track the memory usage
in the server.
Any help would be greatful.
Thanks in advance.
- Janeve
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message becaus...
2008 Mar 09
13
Using the ip flag
Hey All,
I am looking for an example of the proper config settings for background rb to run my rails app and my backgroundrb instance on separate machines (or more precisely, to have a rails cluster with one backgroundrb machine). Does anyone have such examples?
Thanks!
-Noah
-------------- next part --------------
An HTML attachment was scrubbed...
URL: