Question
CFX and CFHTTP performance
Hello,
I have an ecommerce application that sends out information to CC processors to validate a credit card. One processor uses a cfx tag, and another uses xml via a cfhttp post. My problem is that if the requests hang or timeout, my servers performance significantly degrades. I have timeouts set on both methods, and each request is wrapped in a cflock. However it seems that if i get 5-10 timeouts at a given time, CF starts to crawl.. Are there any tips or settings to improve this? My first idea was to put those requests in an event gateway..
-thanks
I have an ecommerce application that sends out information to CC processors to validate a credit card. One processor uses a cfx tag, and another uses xml via a cfhttp post. My problem is that if the requests hang or timeout, my servers performance significantly degrades. I have timeouts set on both methods, and each request is wrapped in a cflock. However it seems that if i get 5-10 timeouts at a given time, CF starts to crawl.. Are there any tips or settings to improve this? My first idea was to put those requests in an event gateway..
-thanks