Submitted by Adrian Madrd (not verified) on Fri, 2005-05-20 18:29.

I can see how a servlet environment adds a lot of niceties but I also know that adds alot of overhead that you beeter make use of or you are going to pay a performance penalty. And performance was what you were looking for when you decided to add more servers! My point is PHP does need to become Java unless it _really_ needs to. I believe memcached can provide a distributed session container with enough redundancy and speed for most medium to large applications. It requires smart code and that means a lot of work but it can be done.

My .02 cents,

Adrian Madrid

Reply

The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.