PassMark Logo
Home » Forum

Announcement

Collapse
No announcement yet.

Before purchase question - CGI from ASP + Accents

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #16
    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.
    --Ray
    Wrensoft Web Software
    Sydney, Australia
    Zoom Search Engine

    Comment


    • #17
      Yes, I know I get many PHP problems because I am on IIS (happened with Phorum forum software, the ž was dissapearing). PHP 5 and unicode is still not 100%. I am using IIS7 not Apache.

      60.000 is the unique words. ASP version works of couse, but is takes much longer to search than PHP or CGI version. Maybe I can include the PHP version in ASP somehow.

      But I would still like to use CGI with logging

      Comment

      Working...
      X