|
Have a "mother router" program that sits under Apache and all it does isvalue
receives in HTTP requests from the browser and based on a hidden form
(or cookie storing a session ID) it would appropriately "write" thatrequest
to a keyed data queue where a program is waiting for that specific sessionkey).
key. Upon receiving the data queue entry, the business logic program
processes the contents of the HTTP post by evaluating the action that was
taken (just like how green screen programming checks for the function
It then determines what to respond with and goes back into a wait state ona
data queue "read" (just like waiting on EXFMT). The benefit in this caseis
that all global variables, open data paths, and SQL cursors were able tointeractions.
remain open and stateful as it relates to that specific users
The data queue layer is basically acting as the replacement mechanism forjob
EXFMT.
The issue I had previously is that each web browsing user had their own
on the iSeries which could potentially become burdensome for a publicI'm not going to go too deep into this today, but I am a little hazy on
website with thousands of users coming in.
As an Amazon Associate we earn from qualifying purchases.
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.