On Mar 15, 8:19 pm, Gabriel Sosa <sosagabr...@gmail.com> wrote:
> How are you filling your cache? if you are doing in in the same
> script, you should run it more than once.
>
> Also I would like to see how your code was done. If you could post
> part of it maybe we can see what's going on. We've been using
> memcached for years on our PHP application and we got an incredible
> performance (once the queries filled the cache)

Thank you.
In my situation, items are cached from the set() command on PHP code.
I implemented the code written by abhinav from his site
http://www.google.com/url?sa=D&q=http://abhinavsingh.com/blog/2009/01/memcached-and-n-things-you-can-do-with-it&usg=AFQjCNHDY3chx53RgMSOACBehMhK1mmTSg
i'm using database employee provided by dev.mysql.com at
http://dev.mysql.com/doc/employee/en/employee.html

Reply via email to