|
Posted by Richard on 01/05/08 17:29
"Gilles Ganault" <nospam@nospam.com> wrote in message
news:krevn3p8uiej0uuapro8r4tj5s1dgvoi66@4ax.com...
> On Sat, 5 Jan 2008 02:55:24 +0100, "Richard" <root@localhost> wrote:
>>Why (or how) are the queries "session-specific"?
>>No way to get rid of that?
>
> I don't know what it means, really. I don't have enough experience
> with PHP and MySQL to know the details.
>
> Generally speaking, is there a way to share query results among all
> viewers using the site, and if yes, what's the right way to do this?
>
> Thanks for all the suggestions guys. It's very helpful.
MySQL has a query cache. Check the manual or the site.
The queries have to be identical for it to work, so thats why I was
asking about the sessions.
Maybe just do a generic query and handle the session specific things
in PHP afterwards?
R.
Navigation:
[Reply to this message]
|