Software :: Precise Scheduling To Run A Program?

Mar 10, 2011

I want to run a program at a precise second on a computer. I know cron can do it but I do not know how accurate it is. Is there a program so you can more precisely run a program at a defined time?

View 14 Replies


ADVERTISEMENT

Ubuntu :: Can I Expand My Volume For More Precise Changing

Apr 24, 2010

I want to edit my volume meter so that way i can change my volume but be more precise about it. I mean if i slightly slide my finger a little bit it goes from to mute to all the way up. (I have a touchpad buttons)

View 2 Replies View Related

Software :: Scheduling Backup In Crontab When Put This File In Crontab To Schedule The Backup Program It Wont Run?

Apr 9, 2011

I have installed an application manager(monitoring application) on my linux server. Now, i need to have backup schedule for my application. The application itself has executive file to backup database.But when i put this file in my crontab to schedule the backup program it wont run!50 09 * * * root /opt/ME/AppManager9/bin/BackupMysqlDB.sh

View 1 Replies View Related

General :: Executable File Contains The Precise Path To SO File?

Aug 13, 2010

Does executable file contains the precise path to SO file? Should it be compiled with precise knowing of SO file location?

View 8 Replies View Related

General :: Cron Job Not Scheduling?

Jan 9, 2011

I have a cron job to schedule the task on the third sunday of the month.I saw the previous threads but didn't find any solution.

How the cron syntax can be written.

View 14 Replies View Related

Software :: Set Top Box With Scheduling Of Tasks On 2.6.12

Mar 10, 2010

We are seeing some strange behavior on a Set top Box with the scheduling of tasks. We use 2.6.12 kernel. The issue is when we create a Task, say task1 with a priority of 46.But,this task is not Scheduled to run by the scheduler right away. It gets chance to run only after sometime. What we see here is that I create many other tasks with lower priority than task1,but they are immediately scheduled. Ideally, the task1 should have got scheduled before certain other low priority tasks as it has higher priority. Any patch is available wrt this?

View 3 Replies View Related

General :: Earliest Deadline First Scheduling?

May 28, 2009

kindly give me example of earliest deadline first scheduling?

View 5 Replies View Related

Fedora :: How To Change CPU Scheduling Algorithm

May 3, 2011

I want to change linux scheduling algorithm for some of my processes but when I click on processes in ksysguard and click renice project, all of the processes use normal level cpu scheduling. Why is it such a thing and there is no priority?

View 2 Replies View Related

Ubuntu :: Use Sar In Order To Get Information About The Scheduling?

Apr 1, 2010

how can I use sar in order to get information about the scheduling?

View 1 Replies View Related

Ubuntu :: What Is Disk Scheduling And How Does It Work?

Apr 16, 2010

what is disk scheduling and how does it work? and how is it done in ubuntu 9.1

View 2 Replies View Related

Ubuntu :: Scheduling Audio Playback

May 5, 2010

I am wondering about scheduling audio playback under Ubuntu. The background is this: My birthday is fast approaching, and I always try to do something to remember the best birthday gift I ever received, that being the Apollo 11 mission; Neil and Buzz landed on my 12th birthday.

Anyway, I have a wagonload of audio from nasa.gov and would like to schedule the MP3s to play in real time. 'at' won't do it, at least with 'mplayer'; I've tried. I suspect that because there is no controlling terminal for jobs run under 'at', the audio has no place to go. Is there some way to get a controlling terminal for these audio playback jobs, or specify a destination to some player?

View 1 Replies View Related

Ubuntu :: Scheduling A Script To Run Does Not Happen?

Mar 23, 2011

I can not get 'crontab' to work.Below is the results of 'crontab -e':

Code:
10 * * * * /usr/bin/sigrot
0 18 * * 5 /usr/bin/tff-meeting-mail.sh

[code]....

View 2 Replies View Related

Ubuntu :: Scheduling A Task To Run Every 73 Minutes?

May 24, 2011

I was searching for many time but haven't found any solution. Cron would be great, but it allows only steps in range 1-59 minutes. Is there any mode to run something exactly every 73 minutes?

The second i need (the same problem) to run program little more than every 12 hours, it might be in steps of 12 hours and 4 minutes (but 13 hours is much too much).

View 4 Replies View Related

Programming :: Preemption And Scheduling Of Pthreads

Feb 10, 2010

i think we can simulate preemption by using 2 different priority thread, am i true? I just try these scenario :
1. Create Thread A with priority 99 , SCHED_FIFO..
2. Create Thread B with priority 4 , SCHED_FIFO

Thread A started and doing some busy work.. I guess that Thread B wouldn't start until thread A finished, but I get thread B can run before Thread A finished (It just like a common task switching).. I'm sure my 2 thread has right priority. and if thread B is doing some work and if i yield it to thread A, it should preempt it but this doesnt happen, do someone kno wats happening?

View 1 Replies View Related

Programming :: Thread Scheduling And Signalling

Mar 23, 2010

I have a program which is uses sigaction to register for a SIGIO signal (for incoming data on a fd) with an appropriate event handler. I also create a new detached thread 'B' that does some work with the received data. Normally the thread B runs properly. But when my event handler is called (because a there is new incoming data), after the event is handled, the thread B is not called immediately. There is a noticeable delay of the order of many seconds before it is scheduled again .During this delay, my program is doing nothing.

What am i doing wrong? Is there someway i can run thread B as soon as the event is handled (and assuming no other work is to be carried out)?

View 3 Replies View Related

Networking :: Where To Find Patch For WFQ Scheduling In Ns2

Nov 24, 2010

Can anyone tell me where i can find patch for WFQ scheduling in ns2

View 3 Replies View Related

General :: Do Scheduling Using /etc/crontab File?

Feb 11, 2011

i want to do scheduling using /etc/crontab file instead of using crontab -e that is crontab command on the terminal.i am appending to the crontab file in the /etc directory but the scheduling is not happening

View 7 Replies View Related

General :: Kernel Scheduling Algorithm

Sep 8, 2010

is linux kernel is priority preemptive kernel?if it is. where it is using round robin scheduling algorithm?when processes are scheduled for the processor process will be allocated as which sechudling alogorithm?

View 1 Replies View Related

General :: Scheduling Script Using /etc/cron.d?

Mar 10, 2011

iam try to schedule my job in a file made in /etc/cron.d file as follows* * * * * tomcat6 /home/etika/Desktop/eka.sh /home/etika/Desktop/ea/etika.txt abc@gmail.comwhere eka.sh belongs to etika which is the root and etika.txt belong to tomcat6 this command is not running iam confused about the name of the owner written after the *'s please tell me whose name is written after the *'s(the schedule of the script) the owner of the script or the owner of the file which iam passing as an argument to the shell script

View 2 Replies View Related

Programming :: Scheduling Through Round Robin?

May 10, 2011

Does anyone know how to run 2 threads with round robin scheduling. & can we get the time of these threads when they are context switching. That means I want to know at how much time each thread is taking to run

View 3 Replies View Related

Slackware :: How To Use Cron For Task Scheduling

Nov 10, 2010

Some of you are probably not going to believe this, but I've been using Linux for like four years and have never used cron for task scheduling before. Now I want to and I'm not sure how to do it. Could somebody link me to some good info? The results of a Google search were kinda confusing.

View 5 Replies View Related

Ubuntu :: Choosing A Backup Utility - Scheduling?

Apr 30, 2010

I have a computer running Ubuntu 9.10 as a server (it is in standard Ubuntu not Ubuntu server edition). I have 4 1TB hard drives, three of which I want to back up to on certain days of the week. I have tried using Lucky-Backup and Rsync but neither seem to be able to handle the amount of data (there is currently about 400GB). Does anyone know of a program that can run scheduled backups of this size?

View 3 Replies View Related

Ubuntu :: Download Manager With Scheduling Support?

May 29, 2010

good download manager for ubuntu with scheduling support .I tried wxdownloadfast , fatrat, roxbird, multiget . The roxbird didn't start at all . In other three, downloading works but scheduling simply doesn't work . Nothing happens at the scheduled time.I prefer a graphical one because I can suggest it to my friends using ubuntu . If you know a working (I mean scheduling) command line one, please tell that too am using 64bit ubuntu lucid . I don't know whether that is the reason why scheduling didn't work

View 2 Replies View Related

Ubuntu :: Scheduling Cron Job In Different Time Zone

Jan 22, 2011

I have a script to record a weekly radio show from a Sydney radio station.I am in Brisbane.Sydney and Brisbane are both in the same time zone but Sydney(NSW) bounces around on daylight savings time and Brisbane(QLD) does not. Is there a way to specify a timezone for a specific job in the crontab file? If so what would be the format for Sydney so it follows the daylight savings time changes? Right now I will just change the cron schedule when Sydney goes on and off DST.

View 9 Replies View Related

Programming :: Which Is Scheduling Algorithm Which Will Make Thread O?

May 4, 2011

I have a timer thread, and when it expires, it sets a flag. The only problem is, if any higher priority thread comes in between, then the timer is not expired in real time.Thus i want to set a highest priority to my thread. Now, i know 2 algos, which can make my thread in real time are: SCHED_FIFO and SCHED_RR.

So, here are my queries: 1) Which scheduling algo is best suited for this purpose? 2) Is it guaranted to work in real time if i use that algo (you suggest in 1) and set the max_priority by getting the maximum settable priority for that particular algorithm using, int sched_get_priority_max(int policy);

View 2 Replies View Related

General :: CGROUPs And Fair Group Scheduling?

Apr 23, 2010

I have played around a little bit with CGROUPS and the fair group scheduler ( using kernel version 2.6.31). When you have CGROUPS in a flat structure, with only one layer from the root-cgroup, everything works as you might expect when setting the cpu.shares parameter, i.e. a fraction of the total. But when I experimented with having deeper levels of CGROUPs it did'nt make any sense sometimes. For example, I had one CGROUP with the maximum number of shares (260000 something) , and two childgroups with quite little shares, 5000. Then I created some cpuhogging processes ( while(1); ) and put most of them in childgroups and one in the parentgroup. The logical thing would be if the parentgroups single process took almost all CPU-time, as it had the maximum number of shares, but instead the processes in the childgroups got the most CPU-time.

I have tried to figure out how it works by looking at the source code, but I can't really understand it. How does the hierarchical structure of the cgroup-tree interact with the flat aspect of it, i.e. siblings? Or do I misunderstand the whole concept?

View 1 Replies View Related

General :: Modify Kernel With Non-Preemptive Scheduling

May 1, 2010

How to modify kernel to non-preemptive process scheduling only. Suggest any site that provides this kind of source code.

View 1 Replies View Related

Networking :: PQWFQ Scheduling Scheme Code In NS2

Nov 21, 2010

I am doing a simulation on ns2 for diffserv. I am planning to use PQWFQ scheduling scheme for it. Where to find code for PQWFQ?

View 2 Replies View Related

General :: Write A Scheduling Script In Java?

Mar 2, 2011

am newbie and i have problem to write a scheduling script in java, this script should do something in certain time interval... Could anybody help me, maybe give some example or source that maybe useful

View 3 Replies View Related

General :: Kernel With Non-preemptive Process Scheduling?

May 1, 2010

how to modify kernel source to make its process scheduling to non-preemptive and FCFS ?

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved