Hi,
at the begining i wanted to say that i am grateful for this project :)
It works great for website but i am working on script which is sheduled and run every minute to get data from webservice and then cache this data for further use by website.
so process looks like
1. Start main_process.php
2. check for how many clients i have to get data from webservice
3. run additional_scipt.php for every client for parallel webservice query and save to cache
4. repeat process every minute
i have problem with saving data to cache beacause they dont have the same memory pool with memory pool from website.
I searched for answer but all i found is that website on IIS is using "Application pool' which is virtual user created by IIS for time of running IIS
how can i run script by php-cgi.exe and use the same application pool ? is there any way of doing this ?
i am using locally windows 7 home premium and IIS 7 and on server we have win server 2003 std edition with IIS 6
thanks for reply