search for: scheduledtasks

Displaying 9 results from an estimated 9 matches for "scheduledtasks".

2017 Apr 05
6
Very hard to reproduce bug (?) in R-devel
...to the cat() calls being executed in the wrong order, or if it's simply being printed or buffered in the wrong order. This is the code in question that cat()s to stderr: https://github.com/rstudio/pool/blob/0724ad9/R/scheduler.R#L74-L90 while (TRUE) { tasks <- sort(ls(private$scheduledTasks)) if (length(tasks) == 0) break t <- tasks[[1]] s <- stderr() cat(tasks, "--1--\n", file = s) cat(ls(private$scheduledTasks), "--2--\n", file = s) cat(t, "--3--\n", file = s) task <- private$scheduledTa...
2006 Mar 20
6
Rails and Offline processing
How are you guys handling threads or server processes that have to, for example, process the data in your application on a periodic basis? Cron jobs can do it and then run on the database. But, are there ways to launch threads within the rails application itself. I have heard of WebBrick ways, but I am working with lighttpd, fastcgi? (textdrive if you are really interested).
2017 Apr 05
0
Very hard to reproduce bug (?) in R-devel
...to the cat() calls being executed in the wrong order, or if it's simply being printed or buffered in the wrong order. This is the code in question that cat()s to stderr: https://github.com/rstudio/pool/blob/0724ad9/R/scheduler.R#L74-L90 while (TRUE) { tasks <- sort(ls(private$scheduledTasks)) if (length(tasks) == 0) break t <- tasks[[1]] s <- stderr() cat(tasks, "--1--\n", file = s) cat(ls(private$scheduledTasks), "--2--\n", file = s) cat(t, "--3--\n", file = s) task <- private$scheduledTa...
2008 Nov 04
2
ggplot & annotating charts
Dear "R-listers" I've been trying to figure out how to annotate charts in ggplot (ie add text to line charts, highlighted boxes etc). By and large, I can get close to what i want with base graphics, but would ideally like to use ggplot whenever possible (additionally, i would like to add text labels automatically to the chart). The code is below I suspect I need to use geom_rect,
2017 Apr 04
2
Very hard to reproduce bug (?) in R-devel
> > >> I've done some more investigation into the problem, and it is very difficult to pin down. What it looks like is happening is roughly like this: - `p` is an environment and `p$e` is also an environment. - There is a loop. In each iteration, it looks for one item in `p$e`, saves it in a variable `x`, then removes that item from `p$e`. Then it invokes `x()`. The loop runs
2009 Dec 19
1
as.xts convert all my numeric data to character
Hello, all... I've been playing with the TTR package and quantmod, and I'm loading the Chicago Board of Exchange put/call ratio data via a simple read.csv call... CBOEtotal<-read.csv(file=" http://www.cboe.com/publish/ScheduledTask/MktData/datahouse/totalpc.csv ",skip=1) this gives me a data frame with columns.... > names(CBOEtotal) [1] "Trade_date"
2017 Jan 24
4
Security Principals, and SID's mapping bug
Hai, Does anyone know more if this is adressed or point me to the bug report? There should be one, but i cant find it. Im finding the following again, tested with samba 4.4.5, now samba 4.5.3. These reports go back to the year 2013. I searched in my mail samba folder for S-1-5-18 The problem. I create a "computer" Scheduled task. Now this task MUST run as : SYSTEM (S-1-5-18)
2017 Jan 24
0
Security Principals, and SID's mapping bug
On Tue, 24 Jan 2017 15:02:14 +0100 "L.P.H. van Belle via samba" <samba at lists.samba.org> wrote: > Hai, > > Does anyone know more if this is adressed or point me to the bug > report? There should be one, but i cant find it. > > Im finding the following again, tested with samba 4.4.5, now samba > 4.5.3. These reports go back to the year 2013. > I
2016 Dec 02
6
workaround needed for Security Principals, and SID's mapping bug.
Editing the xml.. results in same error. ( which is logical ) The exact event from windows. Eventlog info: Source : Group Policy Scheduled Tasks. ID : 4098 USER : SYSTEM Error code : Group Policy object did not apply because it failed with error code '0x80070534 No mapping between account names and security IDs was done.' This error was suppressed. So I'll wait until this