From: Brian H. <bg...@ke...> - 2003-10-16 11:52:42
|
Hey guys, ColdFusion MX and compiled Perl code via Activestate.. I love using compiled Perl code, as it allows me to write CGI applications that do not require my ISP to have perl and/or supporting modules. ColdFusion MX, is great because it is easy, and supported on any major platform. Brian Hayes -----Original Message----- From: dyn...@li... [mailto:dyn...@li...] On Behalf Of Leif W Sent: Wednesday, October 15, 2003 6:45 PM To: dyn...@li... Subject: Re: [Dynapi-Help] Simple communication questions... ----- Original Message ----- From: "Raymond Irving" <xw...@ya...> To: <dyn...@li...> Sent: Wednesday, October 15, 2003 5:03 PM Subject: Re: [Dynapi-Help] Simple communication questions... Not so simple afterall I guess. :-) Good thing we had this discussion, lot of good things coming out of it. > We don't need Java or a plugin on the browser. All > that we need is JavaScript. That all that there is to > it. nothing more nothing less :) You're going to need some server side scripting, right? That may be true if you're running on an IIS server with ASP with JScript support. But for Apache, you're going to need other languages like Perl, PHP, Java, TCL, C, C++, etc. I'll help where I can of course, and if there's any other's out there by all means lend a hand. :) > Trust me I believe it all posible only it I can find > the time to get started. Any way we can adopt any of the work that was already done with the Pushlet project, and just port it over to different languages? Even if we just started with the object model and designed our code after that, or something. Just not to reinvent the wheel if possible. Leif > -- > Raymond Irving > > > > --- Cristian Grigoriu <cri...@pr...> > > > ... provided the user has the Java Runtime > > Environment (JRE aka JVM - > > Java Virtual Machine, the bytecode interpreter) > > installed and enabled in > > browser. As you know, Microsoft no longer ships a > > JVM with Windows, it > > has to be downloaded from Sun website and installed. > > The user might not > > be able to do it (not having administrative rights, > > company software > > policy, bandwidth limitations). > > > > A Java applet opening a TCP connection back to the > > server will fail if > > the user is behind a firewall (only allowing > > connections to certain > > ports, 80 and 443 for example) or behind a (socks) > > proxy. The HTTP > > protocol, as Leif said, is stateless (well, sort of, > > if not using > > keep-alives) meaning the browser makes a request, > > the server responds > > then the connection is closed. > > > > >>The API will handle all the technical > > >>details so the user only have to listen in for an > > >>event from the server. > > >>What do you think? > > > > Why not using asynchronous techniques, for instance > > polling a dynamic > > server page (PHP/ASP/JSP/CGI), writing the result in > > an iFrame or hidden > > frame? > > > > I would stay away from Java as much as possible. > > > > >>Raymond Irving > > > Leif > > > > Grig > > > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: SF.net Giveback > > Program. > > SourceForge.net hosts over 70,000 Open Source > > Projects. > > See the people who have HELPED US provide better > > services: > > Click here: http://sourceforge.net/supporters.php > > _______________________________________________ > > Dynapi-Help mailing list > > Dyn...@li... > > > https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > __________________________________ > Do you Yahoo!? > The New Yahoo! Shopping - with improved product search > http://shopping.yahoo.com > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > SourceForge.net hosts over 70,000 Open Source Projects. > See the people who have HELPED US provide better services: > Click here: http://sourceforge.net/supporters.php > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help > > ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Source Projects. See the people who have HELPED US provide better services: Click here: http://sourceforge.net/supporters.php _______________________________________________ Dynapi-Help mailing list Dyn...@li... https://lists.sourceforge.net/lists/listinfo/dynapi-help |