AI Zone Admin Forum Add your forum

NEWS: Chatbots.org survey on 3000 US and UK consumers shows it is time for chatbot integration in customer service!read more..

USERS directory
 
 

Hi Bruce. Is there a way to segment the USERS directory so that having many user files would not bog down the file system? I remember in one of your early versions, you made it possible to support large number of users, but then this feature was removed. Thanks!

 

 
  [ # 1 ]



when using CS as a server, you can define

#define USERPATHPREFIX 1 // do binary tree of log file

most file systems work fine w/o this optimization, but it is there if you need it

 

 
  [ # 2 ]

Thank you. I tried “#define USERPATHPREFIX 1”, but nothing happened. Do I need to uncomment “#define EVSERVER 1”?

 

 
  [ # 3 ]

Are you doing this while CS is a server?  I didn’t imagine a standalone chatbot would have enough users to matter, so it only takes effect when CS is running as a server.

 

 
  [ # 4 ]

Yes, as a server in Linux.

 

 
  [ # 5 ]

Yes, but do you have userlog turned on from the command line. BY DEFAULT on servers it is off.

 

 
  login or register to react