The Classic ASP version should handle 5000 files and 60000 words (is that unique words or total number of words?). It should be worth a try anyhow.
There is the benefit of being able to modify the ASP script too, yes.
Note that the situation here is using ASP to execute another process and capturing the output. This is a slightly less common usage in the world of ASP. Your experience is interesting, we've had far less issues with PHP and different codepages than ASP. Alot of this can depend on particular requirements (Apache on Windows has a "gotcha" regarding the charset HTTP header which might be your problem... and PHP on IIS is less integrated than ASP on IIS).
Please PM me your e-mail address and we will add it to the beta testers list.
There is the benefit of being able to modify the ASP script too, yes.
Note that the situation here is using ASP to execute another process and capturing the output. This is a slightly less common usage in the world of ASP. Your experience is interesting, we've had far less issues with PHP and different codepages than ASP. Alot of this can depend on particular requirements (Apache on Windows has a "gotcha" regarding the charset HTTP header which might be your problem... and PHP on IIS is less integrated than ASP on IIS).
Please PM me your e-mail address and we will add it to the beta testers list.
Comment