[thelist] ASP String Concatenation vs. Response.Write

Filip Salomonsson filip at netdesign.se
Mon Feb 26 16:30:22 CST 2001


Matt Warden:
> Then, on page1.asp:
>
> <%
> Application.Lock
> strOut = trim(Application("page1"))
> Application.Unlock

You should probably avoid locking the Application object when you're only
reading from it. Locking it won't help you the least bit, but it'll, at
least in theory, slow down your application.

/filip





More information about the thelist mailing list