Date:  01/16/2015 01:00:45 PM Msg ID:  004771
From:  Steve Moore Thread:  004771
Subject:  Can I reserve foxweb channels
I have certain Ajax requests triggered from dynamic javascript which typically require almost no processing time (tiny tiny fractions of a second). During periods of high activity, channels may be handling multiple requests that require 100000x the processing load and as a result, these tiny requests may be held in the que waiting for other channels to clear. I would like to keep one channel open to handle these requests.
 
Is there a way to direct incoming requests to certain foxweb channels? For instance, if I had a 6 channel configuration is there a way to send 'normal' requests to the first 5 channels while reserving channel 6 for specific scripts?

I'm assuming there's no way to have two different copies of foxweb running on one server.
 
One brute force approach would be two machines but the requests in question need to avoid cross domain calls (they would need to originate from the same domain as 'normal' requests). And having a separate server just for these requests seems a waste.