Memory and performance

  • Thread starter Thread starter Danny
  • Start date Start date
D

Danny

I am trying to find an answer on some questions i have.
My first question is:
1) If you built a website with classes. Does this improve the
performance?
2) Can there become a memory problem -> when you save the classes
into server variables?
 
1) If you built a website with classes. Does this improve the
performance?
Usually it makes your program organized better. As a result, you can manage
and tune it better.
2) Can there become a memory problem -> when you save the classes
into server variables?
You save objects, not classes. Depends what, how many and how often.

Eliyahu
 
Back
Top