Displaying 2 results from an estimated 2 matches for "progrss".
Did you mean:
progress
2003 Apr 16
1
unable to load package RPgSQL
Hi all,
I'm trying to install an add-on package for R called RPgSQL. Its role
will be to link R with a PostgreSql database. I work on a Linux machine.
However, I'm quite a newbie as far as R's concerned, and I don't manage
to install the package properly.
That's the steps I followed :
* downloading the package (archive)
* R CMD INSTALL /path/to/package.tar.gz (as
2007 Dec 10
21
BackgrounDRb 1.0 pre-release available now
...something like progress bar in old version of bdrb, you would:
- start your processing a thread (so as your worker can receive
further request from rails ) and have a instance
variable ( protected by mutex ) which is updated on progress and
can be send to rails.
With new backgroundrb, progrss bar would be:
- process your damn request and just use register_status() to
register status of your worker. Just because
you are doing some processing won''t mean that your worker will
block. It can still receive requests from rails.
- Now, you can schedule mulitple methods with...