Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. humbads

    can;t delete unwanted files...no way, no how!

    Hello, I wrote a free program to fix this problem. It just recursively renames all the undeletable files in a folder to names that are deletable. You can get more information and download it from my website at: http://www.somacon.com/blog/page32.php Regards, Shailesh
  2. humbads

    Promise FastTrak S150 SX4 Review

    Hi everyone, I just wanted to announce that I posted a review of the Promise FastTrak S150 SX4 hard drive controller at: http://www.somacon.com/fasttrak_sx4/ This is a 4-port SATA-150 RAID-5 controller, and I evaluated from the perspective of use in a workstation. There's also an overview of...
  3. humbads

    ASP Speed Tricks Article

    My assumptions have been that the communication of the string to the response object is optimized, and that response buffering is enabled. This is true under IIS5/ASP3.0/VBScript. Under this assumption, any kind of concatenation is going to be slower than just writing it out using...
  4. humbads

    ASP Speed Tricks Article

    It tells you the relationship between the time required by a response.write call and the time required to do about 26 concatenations. In VBScript, the time difference is more than 10 fold in favor of response.write. In Python, it may be different. Maybe a better example would have been...
  5. humbads

    ASP Speed Tricks Article

    Ok, I understand what your point is now. The trouble with me is I tend to think everyone writes code in the same environment as me (VBScript/ASP3.0). I'll have to try out python; it seems to be very popular. From your test results, I suspect that Python's call out to the Response.write is very...
  6. humbads

    ASP Speed Tricks Article

    I agree that the benefits of a technique often are not substantial enough or even existent in practice. The article at 4guysfromrolla was comparing context switching, not concatenation versus Response.write. In that case, the performance is certainly implementation dependent, leading to the...
  7. humbads

    ASP Speed Tricks Article

    I updated the results table as you suggested. I also added a note about the table structure at the beginning of the article, and that it is fully described in the appendix. I have also seen the class technique for buffering the database output. Read the MSDN article link at the end of this...
  8. humbads

    ASP Speed Tricks Article

    I just wanted to announce that I've posted an article I wrote on techniques for increasing the speed of database generated ASP pages. If you're interested, please check it out at: http://www.somacon.com/aspdocs/ The article describes nearly a dozen practical methods, and includes source code...

Part and Inventory Search

Back
Top