Re: Keeping an Array in Memory
Andrea A wrote:[color=blue]
> What about using sessions stored in memory?
> Anyone use them?
>
> A.
>
>[/color]
Sessions stored in memory are a good alternative. If you have some
control over your server and the traffic to this webapp (website) is
going to be high, you may want to investigate caching mechanisms like
APC or any of the Zend caching products. I have used the Zend products
and can safely say that it works. However, you may not want to invest in
commercial tools as your need may not require the investment.
Regards,
Amir.
--
Rules are written for those who lack the ability to truly reason, But for
those who can, the rules become nothing more than guidelines, And live
their lives governed not by rules but by reason.
- James McGuigan
Andrea A wrote:[color=blue]
> What about using sessions stored in memory?
> Anyone use them?
>
> A.
>
>[/color]
Sessions stored in memory are a good alternative. If you have some
control over your server and the traffic to this webapp (website) is
going to be high, you may want to investigate caching mechanisms like
APC or any of the Zend caching products. I have used the Zend products
and can safely say that it works. However, you may not want to invest in
commercial tools as your need may not require the investment.
Regards,
Amir.
--
Rules are written for those who lack the ability to truly reason, But for
those who can, the rules become nothing more than guidelines, And live
their lives governed not by rules but by reason.
- James McGuigan
Comment