Re: [Cppcms-users] C++ Web framework
Brought to you by:
artyom-beilis
From: Artyom B. <art...@ya...> - 2012-10-31 09:43:22
|
>________________________________ > From: Pinakee Biswas <pi...@vv...> >To: cpp...@li... >Cc: 'Artyom Beilis' <art...@ya...> >Sent: Wednesday, October 31, 2012 11:22 AM >Subject: Re: [Cppcms-users] C++ Web framework > > >Hi, > >Kind of transferring byte array through HTTP – some of the well known methods like Progressive download, adaptive streaming and 3GPP DASH. > see one of the good things in CppCMS HTTP (and all other protocols) that you for example can get a feedback about transfering. CppCMS asychrnonous application can receive completion notification on data trasfer and thus for example postpone or change stream parameters according to the performance. Also, the same is valid for syncrhonous operations. i.e. if you write to output stream you can get blocked until operation completes and very the transfer parameters. So you can do whatever you feel is right. Using any of the protocols. Artyom Beilis -------------- CppCMS - C++ Web Framework: http://cppcms.com/ CppDB - C++ SQL Connectivity: http://cppcms.com/sql/cppdb/ |