Web Service Acceleration (wcf)


We are trying to write an internal wcf service between two servers. one of the applications is a server application for our customers. customers send us files and then process them and convert them. this whole process takes some time while the client session is open, am I not using async? how can we make this methodology faster? keep in mind that we have aprox 1000 files per hour ... each client sends up to 200 files per hour also G

+3
source share
2 answers

This article ( link ) Juval Lowy talks about one-way services, wcf callback methods, etc. This should show you how to set up services to handle what you are looking for.

- . , - , / .

, 5 Lowy Programming WCF Services (). , .

, , .

+1

, , , . .

+2

All Articles