in reply to Re: two copies of my application launched under CGI
in thread two copies of my application launched under CGI
I fall on my sword for this. It turns out to be a double call to the application from the HTML code. The HTML file has a textarea that gets data from a scanner via the keyboard buffer. This input is checked via a javascript function called by the onkeyup event. This function is being called twice and the zombie is the result of the second call overriding the first.
Thanks to Bilfurd for your reply. And I'm strict on use Strict.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: two copies of my application launched under CGI
by almut (Canon) on Apr 06, 2009 at 08:05 UTC |