S
Sagar
I am working on a project where Server.CreateObject is replaced with
CreateObject all over the project. Though I know that this will
improve performance in terms of Memory overlhead because of how the
object creation happens with Server.CreateObject, I would like to
create 'visible scenarios' that i create with code to show people that
'"look. here's the difference". Is it possible ?
I will create a page with 2 calls, 1 with Server.CreateObject and 1
with CreateObject, run the code and see the difference. Any thoughts ?
Thanks.
Anand.
CreateObject all over the project. Though I know that this will
improve performance in terms of Memory overlhead because of how the
object creation happens with Server.CreateObject, I would like to
create 'visible scenarios' that i create with code to show people that
'"look. here's the difference". Is it possible ?
I will create a page with 2 calls, 1 with Server.CreateObject and 1
with CreateObject, run the code and see the difference. Any thoughts ?
Thanks.
Anand.