Need Descriptive architecture to develop file server in dot net.

Posted by Vivek on Stack Overflow See other posts from Stack Overflow or by Vivek
Published on 2010-04-13T06:18:35Z Indexed on 2010/04/13 6:23 UTC
Read the original article Hit count: 320

Filed under:
|
|
|
|

Hello All, I have to develop a file server service that transfer file form a specified location to its client.Client when starts, requests file to server for current date. Server transfer those file to client.

Now constrains are as

1.Application run in intranet. 2.Need to transfer multiple file at a single transaction. 3.File size may be in GB. 4.System runs in real time environment.So proper transaction and acknowledgment needed. 5.Application develop in .net. 5.More than one client can present.

Now please help to decide architecture and .net technology (WCF (Http binding) WCF (net tcp binding) ,Socket Programing ( i want to use WCF )) that i choose to develop file server.

and Please refer some sample application.

© Stack Overflow or respective owner

Related posts about wcf

Related posts about .NET