المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Multiple Clients Running One Server Application



C# Programming
02-10-2010, 12:23 AM
Hello all.
I have an ASP.Net application that scans input then collects other data from SQL 2005 DB. This data is then required to be sent to a server application that "Captures" the information into an ERP application. The "Capturing" app takes +- 30 seconds to run for each transaction. The Scanning App should be virtually insantaneous so we cannot wait for the Server app to run. The problem is that there are 25 clients scanning about 20000 transactions per day. This means that I need 166 hours to process all transactions or run eight server applications. Does Anyone know what the best method would be to handle these transactions?
Thanks in Advance for your Assistance.