http://www.perlmonks.org?node_id=610687

opensourcer has asked for the wisdom of the Perl Monks concerning the following question:

hi, i have written a web app. in mod_perl, The app. takes a job/task from user and submits to server. when the job/task gets submitted to the server, the job/task status should be "zero"(0=new*) until its start executing the job/task. It show "zero", when the job/task gets executed while pressing the refresh(continuous/leaving a gap) to know the status, some times the status of the job/task show "zero" or "one"(one=stated*). When i restart the apache/mod_perl, i get the perfect status. i don't c the changing of icons. * i have replaced the text with icons based on numbers like 0=some icon, 1= some ...........
- opensourcer.