Re: POST to URLs asynchronously?



webccqinetics@xxxxxxxxx wrote:
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 .



Relevant Pages

  • Re: IIS-bug - CGI-applikation terminates when loading standard DLL
    ... >> I am developing CGI applications, and have run into a problem wich looks ... we've purchased which are running on an win2k3 IIS 6.0 server. ... Hit refresh and the page will load fine second time round. ... Perusing the Event logs, HttpErr logs, web logs shows nothing untoward at ...
    (microsoft.public.inetserver.iis)
  • CGI not novel, instant CAI gratification is garbage (was: JDEE/CGI/flashcards ...)
    ... CGI is just an interface to run ... network to the server, the application processes the ... Google Groups had a simple tree view that for really large threads ...
    (comp.lang.lisp)
  • How Hackers Attack Web Servers, CGIs, PHP, ASP, etc.
    ... Web Site Hacking - General & Miscellaneous ... NetWare Enterprise Web Server - two issues ... SITEWare cleartext passwords, read arbitrary files ... Web Site Hacking - CGI, Perl, ASP, PHP etc. ...
    (soc.culture.indonesia)
  • Re: Hard or Easy? To find string, then grab criterion matched lines above and below?
    ... There is no cgi or Web Server involved in ... I didn't know "cgi was off limits" or taboo in this ... he conditionally pulls data from FILE-A and uses this data to ... So please tell me how anything he said can be seen as a CGI question, ...
    (comp.lang.perl.misc)
  • [ANN] acgi-0.1.0
    ... no special webserver setup or system privledges required ... a acgi application consists of a cgi server backend which loops, ... incoming requests; the requests are delegated to this backend server via a ...
    (comp.lang.ruby)

Loading