scheduled-tasks
Strategies for handling repetitive background tasks in a Java web application?
I\'m building a personal Web application using Java EE 6 Technologies (the container is an application server, Jboss AS 7). I\'m starting from scratch to create[详细]
2023-04-06 15:06 分类:问答What alternative do I have to run a scheduled task
I have hacked together a fix for running a scheduled job on my web server that has worked well enough up until now.[详细]
2023-04-05 17:30 分类:问答Python script started by Task Scheduler can't edit file
I made this python script: # -*- coding: utf-8 -*- from datetime import datetime date = datetime.now() file = open(\'myfile.dat\', \'a+\')[详细]
2023-04-05 16:44 分类:问答Calls to SchTasks remotely to delete tasks fails with multi connection error from C#
From c# code I call schtasks to delete some scheduled tasks. I make the first call and I get this error returned:[详细]
2023-04-05 05:52 分类:问答Creating Scheduled Tasks
I am working on a C# WPF project. I need to allow the user to create and ad开发者_JAVA技巧d a scheduled task to the Windows Task Scheduler.[详细]
2023-04-04 15:05 分类:问答Handling exception logging in a Java task scheduler program?
I need to design a Task SchedulerWhere 1) User should be able to schedule multiple task at the same time.[详细]
2023-04-04 14:32 分类:问答How do I save the output of the bat file to a specific location
I am running this command C:\\php\\php.exe -f C:\\leads\\ftp.php with a bat file with a windows scheduled task and all works well. The php file goes to the ftp and grabs a file to store locally. T[详细]
2023-04-04 10:14 分类:问答How do i use Windows task manager to run a command? [closed]
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.[详细]
2023-04-04 09:23 分类:问答What is best way to have Bounded Queue with ScheduledThreadPoolExecutor?
The Sun Java (1.6) ScheduledThreadPoolExecutor which is an extension of ThreadPoolExecutor internally uses an implementation of DelayQueue which is an unbounded queue. What I need is a ScheduledThread[详细]
2023-04-04 08:50 分类:问答How can I space crons in 100 minute cycles?
I had to split some larger crons and an easy way was to just take the last two digits of the id.So id 10001 would run at the same time as 1,101,201,...1001,2001,etc.[详细]
2023-04-04 04:12 分类:问答