Implementing Cloud Design Patterns for AWS by Young Marcus

Implementing Cloud Design Patterns for AWS by Young Marcus

Author:Young, Marcus
Language: eng
Format: epub
Publisher: Packt Publishing
Published: 2015-04-28T16:00:00+00:00


Write proxy pattern

The first method we will discuss for handling uploaded data will be quite different than any method thus far. Instead of uploading through the HTTP front-end as before, we will handle the data through a different protocol. It is not often to see a web server as the only means for sending data into a server. Legacy systems, systems that wish to support extremely large files, or even systems that need the transfer to be as optimized as possible would typically not interact via the HTML POST method.

Some examples of protocols used for file uploads that one might typically find, are:

FTP or SFTP

FTPS or SCP

HTTP PUT/POST

UDP optimized transfers such as Tsunami UDP



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.