Welcome, Guest. Please login or register.

Author Topic: Web Portal Development Advice  (Read 2592 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Karlos

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16867
  • Country: gb
  • Thanked: 4 times
    • Show all replies
Re: Web Portal Development Advice
« on: October 29, 2010, 04:20:41 PM »
The biggest challenge in web development is not writing code, it's writing code that scales. By which I mean building a system that can run on several servers, etc.

Abstract your database layer so that your middle layer of code doesn't really need to know whether it's MySQL,SQLite, or whatever. In that abstraction, consider aspect-oriented issues like cacheing. Memcached, for example, should be considered for data that is read frequently and updated infrequently.
int p; // A