Script to run 100jobs at a time from cron


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Script to run 100jobs at a time from cron
Prev   Next
# 1  
Old 03-22-2006
Script to run 100jobs at a time from cron

here is my requirement.

When ever the customer visitis the sore we want to look his information by his phone no. From the database side we are putting all the information in session pools.
for example if we have 500 stores and at any second one customer is at the counter we can get atlease 500 attempts to database.
To test this situation we are planning to run one cron job which will submit 100(because of cron limit we are using only 100) jobs at a time.
if i use any for loop or while loop i think the steps will be executed scquentially. i want a script which will execute all the steps at same time.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Run script no more than twice daily WITHOUT cron

Can I run a script no more than twice a day without using cron? Maybe create a file when script is first run and check its date? (7 Replies)
Discussion started by: drew77
7 Replies

2. Shell Programming and Scripting

Cron job - Need to run Cron every quarter at particular time

Hi, 1) If some job supposed to run on 1st of every month at 7 AM In cron job when we have a blackout on the 1st ( i.e when 1st falls on a sunday ) how can we make the job run the next business day? 2) How can we run a job on 25th of every quarter 7 AM(jan,apr,jul,oct) And if 25th... (5 Replies)
Discussion started by: System Admin 77
5 Replies

3. UNIX for Advanced & Expert Users

Script run by cron gives no output

Hi All, I have a script which checks the status of HP Smart Array & then emails me the output. The script run fine when executed manually but I receive no output when configured in a cron job. The script is below: hpacucli ctrl slot=3 show config | mail -s "ARRAY STATUS-`date`"... (6 Replies)
Discussion started by: coolatt
6 Replies

4. Shell Programming and Scripting

Need help to run a script on cron

I need someone to help me out to upload script on host but I have problem can anyone help me out ? (2 Replies)
Discussion started by: spit
2 Replies

5. HP-UX

script in cron didnt run

Hi, I have script in the cron which run at predefined time everyday. If the script fails then we get the mail and a log is created. But last night the script didnt run. If the script is even started it creates log so it seems the script never ran. It has never happened before. Th... (5 Replies)
Discussion started by: shipra_31
5 Replies

6. Shell Programming and Scripting

informix cron did not run for a certain time

currently i have this cron on my informix db 00 00,01,03,06,08,09,10,11,12,13,14,16,18,19,20,21,22,23 * * * . /informix/script.sh it was working until last february22, the last run was 1:00AM. It was suppose to run 3:00, 6:00, so on.. last night we restarted it and for some reason the cron... (2 Replies)
Discussion started by: lhareigh890
2 Replies

7. Shell Programming and Scripting

how to run script? call other script? su to another user? make a cron?

Good morning. I am searching for "how-to"'s for some particular questions: 1. How to write a script in HP-UX 11. 2. How to schedule a script. 3. How to "call" scripts from the original script. 4. How to su to another user from within a script. This is the basics of what the... (15 Replies)
Discussion started by: instant000
15 Replies

8. UNIX for Advanced & Expert Users

Need help with a script run by a cron job.

Hi, new to this forum and not sure if this is the right place to post. I'm new to cron jobs and scripts, and I need some help with a script to be used with a cron job. I already have a bot set up at a certain website address and need a script that the cron job will load every day that tells it to... (1 Reply)
Discussion started by: klawless
1 Replies

9. Shell Programming and Scripting

Help with script - run by cron

Hello, I have a shell script that runs every minute to process incoming files delivered externally via SFTP to a directory. Basically the script works and processes the files however I get an error when a new file is delivered into the directory. Please see my script below. A new file is... (2 Replies)
Discussion started by: richo king
2 Replies

10. Shell Programming and Scripting

Can run script Manually, but not through Cron?

Hi all, I have a main script (called OracleCleanup) that runs some sql queries. that runs off a wrapper script which contains the sources for the login information and and JOB_HOME (the script is below). When I schedule this job in the cron the log says that it cannot open my list file, which... (4 Replies)
Discussion started by: MadHatter
4 Replies
Login or Register to Ask a Question
PHONE(1)						      General Commands Manual							  PHONE(1)

NAME
phone - Phone utility for DECnet SYNOPSIS
phone [options] Options: [-vVh] [-s switchhook char] [initial command] DESCRIPTION
phone is a program that allows the user to communicate interactively with users on VMS systems. Two user interfaces are available: X-Win- dows (GTK+) and terminal (ncurses). If X-Windows is available and compiled into phone then it will be used unless the -n flag is present on the command line. After entering the phone command you will be presented with the phone screen which has windows for the chat and a command-line at the top. If you are not talking to another user then you can enter commands directly, otherwise you will need to precede commands with the 'switch hook' character, which defaults to the percent sign (%). You can also enter a command for phone on the shell command-line. This command will be executed when phone starts up. This makes it conve- nient to enter commands such as: 'phone answer' or 'phone marsha::chrissie' In command mode phone understands several commands: DIAL <node::user> Call a user ANSWER Answer an incoming call REJECT Reject an incoming call EXIT or QUIT Return the the command prompt HOLD Hold all callers UNHOLD Unhold callers HANGUP Hangup the phone DIR <node> Show users logged into <node> FACSIMILE <file> Send <file> HELP Show this help All commands (apart from QUIT and EXIT) can be abbreviated to 3 characters and all (really all this time) commands are case insensitive. OPTIONS
-h -? Displays help for using the command. -V Show the version of phone. -s Set the switch hook character. This is the character used to switch from talking to another user and entering PHONE commands when using the terminal interface.x -n Disables use of the X-windows user interface. Use this to run phone in an xterm. SEE ALSO
phoned(8) DECnet utilities March 26 1999 PHONE(1)