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
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...
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...
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.