Hi, I have some sort of less than usual question, but it's quite important to me. Is the class ASParser thread-safe? Here's the scenario:
A server receives requests from n clients at one particular instant and needs to generate a SWF for each request (in parallel that is). Now, what do you recommend? Should I use an ASParser for each movie to compile it's scripts or is it possible to use just one ASParser instance to compile all the scripts for all the movies? In other words, is ASParser thread-safe (and without using synchronize) ?
Thank you very much for your support!
