Hi Razvan Sudu, I’m working on a UDP large(in GBs) file transfer application(P2P) in Flex. My back end is C++. I want it to work without any middle server. Using Stratus services how can I connect to C++ application? Is there any alternative? I’ll be waiting for your reply. If possible share any sample or source code. Thank you.
You want to build an application to transfer big files, preferably P2P, if I understood correctly. I done myself a little experiment when working with big files and I build a air application that can download, pause, resume (if there are connection problems) from a url.
May 15th, 2010 - 09:48
Hi Razvan Sudu, I’m working on a UDP large(in GBs) file transfer application(P2P) in Flex. My back end is C++. I want it to work without any middle server. Using Stratus services how can I connect to C++ application? Is there any alternative? I’ll be waiting for your reply. If possible share any sample or source code. Thank you.
May 15th, 2010 - 13:17
You want to build an application to transfer big files, preferably P2P, if I understood correctly. I done myself a little experiment when working with big files and I build a air application that can download, pause, resume (if there are connection problems) from a url.
Unfortunately I din not work with Stratus yet I just know that is implemented in the new air beta 2 release. If you want to take a look at my solution for transferring big files here is the link: http://stackoverflow.com/questions/2044649/pause-and-resume-download-in-flex