[Javascript] Javascript and DLL

Tim Lewis twlewis at softhome.net
Wed Aug 8 17:11:45 CDT 2007


Thank you Matt.  Since I am from a VB background, I originally wrote it in
VBScript.  It was too slow, so I tried JScript for faster speed( I realize
that sounds idiotic - all scripting is slow).  I will explore the other
options that you listed.

Tim


>
> 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.
>
> Matt
>
> -----Original Message-----
> From: javascript-bounces at LaTech.edu
> [mailto:javascript-bounces at LaTech.edu] On Behalf Of Tim Lewis
> Sent: Wednesday, August 08, 2007 3:40 PM
> To: javascript at LaTech.edu
> Subject: [Javascript] Javascript and DLL
>
> I am fairly new to JScript.  I have code that works good in processing
> log files.  The problem is that the log files can exceed 5 megs, and the
> processing time for my code is slow when the files are that large.  I
> would LOVE to change some of the routines to a C++ DLL, and call them
> in, just for faster processing.  From everything that I have read,
> JScript cannot call a DLL.  My question is:  is there a way to call
> compiled code from jScript?  If someone can point me in the right
> direction, I will gladly study up on it.
>
> Tim
>
>
> _______________________________________________
> Javascript mailing list
> Javascript at LaTech.edu
> https://lists.LaTech.edu/mailman/listinfo/javascript
> _______________________________________________
> Javascript mailing list
> Javascript at LaTech.edu
> https://lists.LaTech.edu/mailman/listinfo/javascript
>





More information about the Javascript mailing list