I've had some discussions with Kevin Turner of Coraltree about their 
Renaissance framework.  Their architecture pairs CGIDEV2 programs with 
business logic servers and uses data queues to communicate between the 
two.  CGI programs handle browser I/O while business logic servers 
handle database I/O and business logic.
Their architecture allows developers to continue using CGIDEV2 while 
addressing scalability concerns in the event that you're hosting a lot 
of concurrent users, but the business logic servers support multiple 
concurrent users and save & restore state in conjunction with each 
request.  They don't launch a separate server job for each user.
As an Amazon Associate we earn from qualifying purchases.
	
 
This mailing list archive is Copyright 1997-2025 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.