ASE Home Page Products Download Purchase Support About ASE
ChartDirector Support
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  thread safety - PHP on Linux
Posted by Michael on Jan-30-2011 21:42
I'm trying ChartDirector on PHP - Linux (Ubuntu).  Right now, PHP thread safety is disabled and I'm using the non-mt version of ChartDirector.  In this scenario, if two users access my page at the same time, how can I be sure that each will get his correct chart displayed?  Each one will have their own session, but I want to be sure ChartDirector will work correctly in this fashion.  Do I need to switch to the mt version (which implies other things I'll need to change...)?

Thank you.