gnucobol-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [open-cobol-list] Playing with OC and AJAX


From: Michael Anderson
Subject: Re: [open-cobol-list] Playing with OC and AJAX
Date: Tue, 03 Jan 2012 12:59:22 -0600

WebSockets is "without a doubt" the way to go!
Thanks Jeffery!

http://dev.w3.org/html5/websockets/



On Tue, 2012-01-03 at 11:57 -0600, Michael Anderson wrote:
> On Tue, 2012-01-03 at 06:30 -0700, Jeffrey Chimene wrote:
> > I'm not familiar with FastCGI, but if it's CGI, it can't maintain
> > state
> 
> I'm not familiar with Websocket! I will look into it, hopefully it is
> closer to the standard for the web, THANKS!
> 
> However, your statement above is not correct, the reason it is called
> FastCGI, is because it maintains a socket to a single process, and
> therefore does not need to be re-created for each CGI request. It does
> require that you write your process to NOT "STOP RUN". It's been around
> since the mid 90's, and also requires building (configure/make/install),
> and some additional httpd configuration, installation of mod_fcgi.so,
> and so on....... much work to do! Maybe wedsocket is simpler, and common
> in todays www. Thank you so much for the info.
> 
> --
> Mike.
> 
> 
> ------------------------------------------------------------------------------
> Write once. Port to many.
> Get the SDK and tools to simplify cross-platform app development. Create 
> new or port existing apps to sell to consumers worldwide. Explore the 
> Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
> http://p.sf.net/sfu/intel-appdev
> _______________________________________________
> open-cobol-list mailing list
> address@hidden
> https://lists.sourceforge.net/lists/listinfo/open-cobol-list




reply via email to

[Prev in Thread] Current Thread [Next in Thread]