To run two CGIs simultaneously
Posted
by Punit
on Stack Overflow
See other posts from Stack Overflow
or by Punit
Published on 2010-06-09T17:03:36Z
Indexed on
2010/06/09
17:12 UTC
Read the original article
Hit count: 235
cgi
On my form onbutton submit following events takes place:
1) CGI is called which uploads the file
2) Javascript/Ajax function is called which opens a request for another CGI and is supposed to receive updated values from there. However, it seems that the CGI with which Ajax is communicating is not responding to Ajax requests.
My question is that is it possible to run two CGIs simultaneously?
© Stack Overflow or respective owner