search for: version10

Displaying 5 results from an estimated 5 matches for "version10".

Did you mean: version1
2007 Nov 14
7
BackgrounDRb version 1.0RC1 available now
...lar and can be used without Rails. So any Ruby program or framework can use it. Copyright (c) 2006 Ezra Zygmuntowicz,skaar[at]waste[dot]org, Copyright (c) 2007 Hemant Kumar (mail[at]gnufied[dot]org) == Usage === Installation Getting the code: svn co http://svn.devjavu.com/backgroundrb/branches/version10/ Installation with svn externals: svn propedit svn:externals vendor/plugins [add the following line:] backgroundrb http://svn.devjavu.com/backgroundrb/branches/version10/ [exit editor] svn ci -m ''updating svn:external svn property for backgroundrb'' vendor/plugins svn...
2007 Nov 30
2
which version of backgroundrb to use
Hello I''ve been using backgroundrb for a while now and love it. I''ve notices some recent updates and am confused as to which branch/tag is what. What''s the difference between these: new_core/ version010/ version099/ version10/ and trunk, and where does "0.2.2" fit in? Thanks! -- Peter T. Brown peter at wagglelabs.com http://wagglelabs.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/backgroundrb-devel/attachments/20071130/cf3f9867/attac...
2007 Nov 16
1
Backgroundrb with Load Balancing Rails engines
Hi there, We run several (3-4) Rails servers behind the reverse proxy / load balancing web server serving the single application. All Rails instances share the same database and use the database as a session storage. Memcached is also part of the picture. I''m looking into using Backgroundrb for some large uploads / parsing task that provide progress status updates (via ajax calls).
2007 Nov 21
2
Is fork { } safe inside of a worker? How else may this be done...
I have a BackgrounDRb worker running every 2 minutes. Here''s the basic idea: - events = Event.find_all_pending( 2.minutes ) - while( all events have yet to be processed ) ---- if( Time.now <= event.time_to_process ) ------- fork { process_event } --- end --- sleep( 0.25 ) - end - puts "Done..." Events that need to be processed within the next 2 minutes are loaded and
2012 Jan 27
4
Problem with Postfix + Dovecot + MySQL + Squirrelmail
...qladmin ?Ver 8.42 Distrib 5.1.49, for debian-linux-gnu on x86_64 Copyright 2000-2008 MySQL AB, 2008 Sun Microsystems, Inc. This software comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to modify and redistribute it under the GPL license Server version5.1.49-3 Protocol version10 ConnectionLocalhost via UNIX socket UNIX socket/var/run/mysqld/mysqld.sock Uptime:32 days 14 hours 23 min 39 sec Threads: 1 ?Questions: 6743 ?Slow queries: 0 ?Opens: 385 ?Flush tables: 1 ?Open tables: 47 ?Queries per second avg: 0.2. Looking at dovecot.conf I found some incosistences: On doveco...