POST to URLs asynchronously?

W

webccqinetics

Is there a way to post to one or two URL's, with POST parameters in
such a way that you don't want to wait for the return result and
processing using CGI?

<post to url> # process inbackground
<continue with code> #continue with next lines

Let's say I want to do <post to url> in the background and let it run
and move on to <continue with code>. I want to do this to test the load
of the new server that I have for my system. Is this possible (which is
something like AJAX, but AJAX works mostly on client-side)?
 
I

Ian Wilson

Is there a way to post to one or two URL's, with POST parameters in
such a way that you don't want to wait for the return result and
processing using CGI?

<post to url> # process inbackground
<continue with code> #continue with next lines

Let's say I want to do <post to url> in the background and let it run
and move on to <continue with code>. I want to do this to test the load
of the new server that I have for my system. Is this possible (which is
something like AJAX, but AJAX works mostly on client-side)?

perldoc -f fork
perldoc threads
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,776
Messages
2,569,603
Members
45,189
Latest member
CryptoTaxSoftware

Latest Threads

Top