Hi, my first time here, I have a big trouble. I've been strugglinh with this some time. I've got 2 servers with memcached (avg. ping between them ~ 60ms) and whenever I enable following configuration, apache childs start to die with segmentation fault
*[/etc/php5/apache/php.ini]* *session.save_handler = memcache* *[/etc/php5/mods-available/memcache.ini]* *memcache.hash_strategy = 'consistent'* *memcache.allow_failover = 1* *memcache.session_redundancy = 2* *session.save_path="tcp://server1.domain.com:11211, tcp://server2.domain.com:11211"* It is absolutely 100% checked this causes the segmentation fault of plenty of forked apache childs. Why?¿ .....I need this clustering and it seems memcached is completely unable to get it well done :( -- --- You received this message because you are subscribed to the Google Groups "memcached" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
