I would like to submit a form to a CGI script localy (w3c-markup-validator), but it is too slow using curl
and apache
, I want to use this CGI script more than 5,000 times in an another script.
and currently it takes more than one hour.
What should I do to give the form directly to the CGI script (I upload a file with curl
)?
edit: It seems to be too complicated and time consuming for what I needed, so I waited 1 hour and a half, each time I needed to test my generated xhtml files. In definitive I didn t test any of the answers below, so the question will remain open.