I have RewriteMap configured to use an external application to rewrite the incoming URL. It works great. Now I'm worried about threads and performance. Is there a way for an external application to handle multiple requests? Now we use RewriteLock, so that only one thread at a time sends a request to an external application, but this seems like a performance bottleneck.
Any guidance would be greatly appreciated. Thanks
java performance multithreading apache mod-rewrite
Monkeywrench
source share