Search results

  1. B

    Benchmark

    OK.. Just for you stat freaks out there, I "tried" to run a benchmark on LiteSpeed/2.1.15 standard vs hssTVS for static content. My results are below.. Notice to LiteSpeed Tech: Your server would not let me run the benchmark as it would only get to "Completed 10000 requests" in ApacheBench...
  2. B

    Uploading files / tmp file creation

    You are correct. I guess I will have to live with using ajax/js to disable the upload button and display something that shows that it is working on the upload progress and then display a message once it is done. Thanks for the quick replies!
  3. B

    Uploading files / tmp file creation

    Ok.. I noticed i tried it with a php patch but evidently lsws isn't forwarding the request to the multipart post_handler in rfc8167.c until the ENTIRE upload is completed... Is this correct? If this is the case, it *may* be created the tmp_file but not being visible long enough before the...
  4. B

    Uploading files / tmp file creation

    Hate to break your bubble, but *no* it is not created am I am logged in as root and a ls -a shows it not being there AT ALL if I do not use move_uploaded_file, if I use move_uploaded_file, the moved file "test1.move" appears almost instantly, but the tmp file is still not there and never was...
  5. B

    Uploading files / tmp file creation

    Yes , but the problem is once the upload is finished, it is NOT saving the file there, the only way to have it save the file is to use move_uploaded_file, then the file you move to will appear. The "file" you are copying from (tmp_name) does not exist on the servers HDD, so it must be storing it...
  6. B

    Uploading files / tmp file creation

    OK. I don't know if this is a bug in PHP / LSAPI / LSWS , but here goes: When uploading a file via a form to a .php , php says it saves the file in /tmp/php<random> whatever, and if I do the following, it creates the new file "test1.move" correctly...
  7. B

    LSAPI 2.0 Download Link?

    The only method I can get to that page is by using beta.litespeedtech.com , not www.litespeedtech.com , you may want to make a note of this or create a redirect. www just says page not found, whereas beta sends me to the correct page. I have to use the same method to view the wiki as well. Aaron
  8. B

    LSAPI 2.0 Download Link?

    Sorry. I cannot find the download link for LSAPI 2.0 patch. I was also wondering what improvements/bug fixes this LSAPI 2.0 has? Thanks!
  9. B

    Benchmark

    Yes, could you please include hssTVS in a new benchmark as well. I would be interested to see how it compares in serving up static content (say 10kb static) vs LSWS Pro/Enterprise. Thanks for the great work guys!
Top