Search Results

Search: Posts Made By: jramesh1
2,293
Posted By jramesh1
Crontab entry is not working
Hi I am trying to test the crontab entry by setting time as below ( set ahead more than 3min before saving the cron)

crontab entry:

30 15 1-27 * * [ "$(date '+%u%d')" == "227" ] && (cd...
Forum: Programming 07-07-2010
2,252
Posted By jramesh1
Multi-threading
Hi, If we create 10 threads to invoke runQuery method at same time, Will queryProcessor will be overriden sometime or 10 different copies will be created?

We are not using any sunchronzation...
6,389
Posted By jramesh1
Process Hanging
Hi! I have written a program three threads will be created to execute three different Sybase SQLs. so three thread will call a method runQuery.
In run query again we create child process to execute...
2,636
Posted By jramesh1
Any key press causing logout from shell
Hi all!

I have written a shell script which will invoke perl script infinitly in the background in a loop. Code will do as:Within while loop, perl script will be run in background, get the pid...
13,482
Posted By jramesh1
Thanks a lot for you reply. Actually this...
Thanks a lot for you reply.

Actually this script was already written long back in sunsolaris and I need to migrate it to GNU linux. the exact code is as below

code:

while [ 1 ]
do
#...
13,482
Posted By jramesh1
Ctrl-C or Ctrl-Z causing exit the session
H! I have written script where it need to invoke the perl script in background, then write the pid in temp file then bring back the job to foreground. whenever the Ctrl-C or Ctrl-Z is pressed in the...
Showing results 1 to 6 of 6

 
All times are GMT -4. The time now is 11:08 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy