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. |