[Javascript] Javascript and DLL

Hassan Schroeder hassan at webtuitive.com
Wed Aug 8 17:48:38 CDT 2007


Murphy, Matt wrote:
> I'm quite sure Javascript can't call a DLL, and frankly I'm quite
> confused as to why you'd be processing log files with a client-side
> language. 
> 
> You should use perl, php, java, or something similar for processing
> something like this. 

I'd probably go with Perl, myself, and I doubt you'd need any more
speed than that :-)  but just for the record --

JavaScript has *never* been client-side-only, there's always been a
server-side implementation on Netscape servers. And now, there are
standalone options, Rhino <http://www.mozilla.org/rhino/overview.html>
being one, so if you just /really/ like using JavaScript, it's not
totally out of the question.

FWIW!
-- 
Hassan Schroeder ----------------------------- hassan at webtuitive.com
Webtuitive Design ===  (+1) 408-938-0567   === http://webtuitive.com

                            dream.  code.




More information about the Javascript mailing list