RE: Credit Card Transactions -- Payflow/Verisign Performance Woes

2008-12-04 Thread Nick Rosser
@ofbiz.apache.org Subject: Re: Credit Card Transactions -- Payflow/Verisign Performance Woes From the PayFlowPro Developer's Guide: The entire process is a real-time synchronous transaction. Once connected, the transaction is immediately processed and the answer returned in about three seconds

Re: Credit Card Transactions -- Payflow/Verisign Performance Woes

2008-12-04 Thread Adrian Crum
: Adrian Crum [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 03, 2008 5:50 PM To: user@ofbiz.apache.org Subject: Re: Credit Card Transactions -- Payflow/Verisign Performance Woes From the PayFlowPro Developer's Guide: The entire process is a real-time synchronous transaction. Once connected

Re: Credit Card Transactions -- Payflow/Verisign Performance Woes

2008-12-03 Thread David E Jones
2-3 seconds does sound pretty normal. Because there is communication over the internet involved, I'd be surprised no matter how good the code is to see it under 1 second. I'm going out on a limb here... but it sounds like you're processing the orders 1 at a time. Chances are all of the

Re: Credit Card Transactions -- Payflow/Verisign Performance Woes

2008-12-03 Thread Adrian Crum
From the PayFlowPro Developer's Guide: The entire process is a real-time synchronous transaction. Once connected, the transaction is immediately processed and the answer returned in about three seconds. An alternative to David's suggestion might be to modify the services in PayflowPro.java