Jump to content

Search the Community

Showing results for tags 'memcache'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Welcome to ProcessWire
    • News & Announcements
    • Showcase
    • Wishlist & Roadmap
  • Community Support
    • Getting Started
    • Tutorials
    • FAQs
    • General Support
    • API & Templates
    • Modules/Plugins
    • Themes and Profiles
    • Multi-Language Support
    • Security
    • Jobs
  • Off Topic
    • Pub
    • Dev Talk

Product Groups

  • Form Builder
  • ProFields
  • ProCache
  • ProMailer
  • Login Register Pro
  • ProDrafts
  • ListerPro
  • ProDevTools
  • Likes
  • Custom Development

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 2 results

  1. Hi guys, is there a simply way to hook directly into ProcessWire build-in page cache (not markup cache)? I will code a module to use memcache(d) as an alternative to build-in filesystem based page cache. So, i need to bypass the page cache function, but i can't find any hook for this. Regards, Dave
  2. Hi, I'm trying to install ProcessWire on my hosting provider "Free-h" (http://www.free-h.org) but there is a memcache error during installation process when I'm trying to validate the admin and email user (last install step ?) : Error: session_start(): Failed to initialize storage module: memcache (path: /var/www/vhosts/lecoindeladmin.com/abcdev/site/assets/sessions) (line 104 of /var/www/vhosts/lecoindeladmin.com/abcdev/wire/core/Session.php) The initial compatibility check is OK, everything is green. Here is the memcache configuration returned by phpinfo() : memcache support enabled Version 3.0.7 Revision $Revision: 326387 $ Directive Local Value Master Value memcache.allow_failover 1 1 memcache.chunk_size 32768 32768 memcache.compress_threshold 20000 20000 memcache.default_port 11211 11211 memcache.hash_function crc32 crc32 memcache.hash_strategy consistent consistent memcache.lock_timeout 15 15 memcache.max_failover_attempts 20 20 memcache.protocol ascii ascii memcache.redundancy 1 1 memcache.session_redundancy 2 2 Is someone have an idea in order to solve this problem ? Thanks
×
×
  • Create New...