Results 1 to 3 of 3

Thread: integrate memcache into php

  1. #1
    Join Date
    Feb 2008
    Posts
    87

    Default integrate memcache into php

    hi there

    is there any way to integrate memcache into the php files to make the script faster and more powerful?

  2. #2
    Join Date
    Nov 2008
    Posts
    92

    Default

    If nicecoder develop this feature is will be wonderful. Increase a lot the web page speed.
    The “mem” in memcached refers to memory of course. Therefore, memcached is a memory cache; but it is so more than that. Memcache can be deployed anywhere and be accessed from anywhere over a network. Additionally the cache can span as many machines as you need, but no matter how many machines make up your memcached cluster, as far as your code is concerned memcached acts as a single cache so that you never have to worry about which machine your information is stored on. You just say to the cache, “give the object named ‘foo’” and memcached knows where to go to get ‘foo’ for you.
    You can read more about memcache here here

  3. #3
    Join Date
    Nov 2008
    Posts
    92

    Default Good Idea !

    If nicecoder developed this feature is will be wonderful. Increase a lot the indexu page speed.
    The “mem” in memcached refers to memory of course. Therefore, memcached is a memory cache; but it is so more than that. Memcache can be deployed anywhere and be accessed from anywhere over a network. Additionally the cache can span as many machines as you need, but no matter how many machines make up your memcached cluster, as far as your code is concerned memcached acts as a single cache so that you never have to worry about which machine your information is stored on. You just say to the cache, “give the object named ‘foo’” and memcached knows where to go to get ‘foo’ for you.
    You can read more about memcache here

Similar Threads

  1. Looking for Someone to Integrate
    By holloway in forum Help Wanted/Job Request
    Replies: 0
    Last Post: 07-14-2008, 06:19 PM
  2. Integrate forum Tutorial
    By inspireme in forum Blocks and Modification
    Replies: 0
    Last Post: 02-01-2008, 09:54 AM
  3. Integrate template into indexu
    By cogimo in forum Help Wanted/Job Request
    Replies: 1
    Last Post: 12-13-2005, 05:28 PM
  4. Integrate XML feeds into site
    By brickholius in forum Website development, hosting and promotion
    Replies: 1
    Last Post: 12-23-2004, 03:03 AM
  5. How do i Integrate static pages...??
    By ideavirus in forum v5.x
    Replies: 3
    Last Post: 07-22-2002, 10:18 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •