View Single Post
  #1  
Old 07-30-2008, 01:27 AM
IrPr IrPr is offline
Senior Member
 
Join Date: Jul 2008
Posts: 147
Default xCache: Multiple SHM issue

Hi there

I'm getting jumpy cached data fetch which means it doesnt share SHM with each other PHP processes
I've searched forum and i found this thread
but im using same LSAPI configurations

Environment:
PHP_LSAPI_MAX_REQUESTS=1024
PHP_LSAPI_CHILDREN=32

Max Connections: 32

Instances: 1

Im using 8 cpu cores for listener n guess thats why it uses multiple SHM
I've attached my pstree here
pstree.txt

Should i use 1 core for listener to solve this problem?
Any idea would be appreciated

Last edited by IrPr; 07-30-2008 at 02:23 AM..
Reply With Quote