Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4125236
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T23:50:35+00:00 2026-05-20T23:50:35+00:00

I need to build a proxy (maybe a bad description) that receives an XML

  • 0

I need to build a proxy (maybe a bad description) that receives an XML file from a 3rd party, saves it, sends it on to another 3rd party, gets the response back and passes that back to the original 3rd party. Let’s call that entire process a “unit”.

Should I use a webservice? A Generic Handler? Something else?

I might have to do 20 “units” per second, but I know that each “unit” may span 30 seconds to a minute each, so really, I mean that I need to be able to have 1200 of these “units” running at the same time, in all varying stages of the process that I described above.

As far as the file saving goes, I eventually want to put this into a database, but I would imagine that writing the file is quicker than actually saving the data into a database, so I’ll just have another process that isn’t nearly as time critical as this grab the files and insert them into the DB at its own convenience.

The “app” will only consist of 1 page and it will be running under SSL. This will likely be the only thing on this server at any given time to ensure that this little process is not a bottleneck.

What in .Net would be a good (fast and scalable) way to go about this? I don’t have any effective limit on what I would need as far as hardware goes — so I can get a screaming machine if it would guarantee no bottlenecks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T23:50:36+00:00Added an answer on May 20, 2026 at 11:50 pm

    Since webservices are based on XML you need to consider the fact that you could end up with “XML inside XML”. But part from that I’d say using webservices is a good way to go. Mostly because it is compatible, easy to use and easy to understand (for future maintainers).

    There are however alternatives that use less CPU/memory/bandwith. WCF provides several models to solve this both in regard to running under IIS or stand-alone process and transfer type.

    Personally I’m a fan of plain old binary transfer through TCP. REST could be one way to go as it is compatible (frontend proxy/caching for instance) and essentially gives you a binary transfer with little overhead.

    I also like to leave the dirty work to IIS, so I avoid stand-alone WCF apps. I assume IIS is faster and more stable than what I can do easily.

    Maybe my question on high concurrent load can be of help.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to build something that starts serving a H.264 encoded video to a
I need to build a function which parses the domain from a URL. So,
I need to build a simple, single user database application for Windows. Main requirements
I need to build a managed DLL, targeted for x64, and expose it via
We need to build an administration portal website to support our client/server application. Since
I need to build a simple HTTP server in C. Any guidance? Links? Samples?
I need to build a prototype for an intranet website, and I want to
I need to build a little webapp but I'm not sure what is the
I need to build a C++ library to distribute among our customers. The library
I need to build SSIS packages on a build machine, and do not want

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.