> Also, due to the large request volume when these scans run I was thinking > about something like this: > > Log each request in an individual file, and save a reference to it. > When the request is finished delete the file. > > That would (hopefully) only leave the problematic requests on disk for > review. Otherwise I'll have thousands of requests to mine through.
It would slow things down, but it would work. > Also, I'm probably going to have to run an Applescript to quit 4D. The > user that 4D runs under can't run killall (even with sudoers > modifications) You run the shell script using sudo, then it has root privileges and can kill anything. Regards, Aparajita _______________________________________________ Active4D-dev mailing list [email protected] http://list.aparajitaworld.com/listinfo/active4d-dev Archives: http://vasudev.aparajitaworld.com/archive/active4d-dev/
