× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



<snip>
The other difference is that I have to distinguish between the initial program which calls my CGI program (indirectly) and that CGI program, as, rather obviously, the initial program must only be called once.
</snip>

You say the initial program must only be called once. I'm not sure if that is possible. I guess it would work as long as the initial program doesn't start the persistence and is just there to give you a link to the second program. Here is how persistent CGI works with Apache on the IBM I to the best of my recollection.

Open program /cgibin/mycgi.pgm
The very first output must be Accept-HT:myhandle
Myhandle has to be unique. It is what tells apache to leave this program open, and how to get back to this instance of the program.
You output the rest of the page as normal. In there is a link that posts to /cgibin/mycgi.pgm/myhandle/
When you submit that post, the same instance of mycgi.pgm is called. If you need multiple programs, you would need to call them from the first program.

I have had it working before as a proof of concept, but like you, I was extremely frustrated with how complex it was to make it work. In the end it was decided that rewriting everything in PHP and using stored procedures was easier than trying to tack persistent cgi over our existing screens and workflow.


[https://www.medtronsoftware.com/img/MedtronMinilogo.bmp] Kevin Bucknum
Senior Programmer Analyst
MEDDATA / MEDTRON
120 Innwood Drive
Covington LA 70433
Local: 985-893-2550
Toll Free: 877-893-2550
https://www.medtronsoftware.com



CONFIDENTIALITY NOTICE

This document and any accompanying this email transmission contain confidential information, belonging to the sender that is legally privileged. This information is intended only for the use of the individual or entity named above. The authorized recipient of this information is prohibited from disclosing this information to any other party and is required to destroy the information after its stated need has been fulfilled. If you are not the intended recipient, or the employee of agent responsible to deliver it to the intended recipient, you are hereby notified that any disclosure, copying, distribution or action taken in reliance on the contents of these documents is STRICTLY PROHIBITED. If you have received this email in error, please notify the sender immediately to arrange for return or destruction of these documents.

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.