take a look at http://groups.google.com/group/pylons-discuss/browse_thread/thread/32f4a69cfc4a170f/dfbfe6f41105352d?lnk=gst&q=yield#dfbfe6f41105352dand see if that give you the info you need Jose
On Thu, Mar 6, 2008 at 7:06 AM, amlio <[EMAIL PROTECTED]> wrote: > > Hi, > > I'm pretty new to Pylons, and python in general. Am creating a site > and need some advice... > > I need to allow my users to download a file that is created on the fly > by a remote site. My controller uses multiple soap calls to download > chunks of the remote file, then when I have it all I reassemble it and > make the entire file the controllers return value. > > This seems to work, but the file is large, and it takes some time for > me to download the entire file, reassemble it, and then have the user > download it from me. Having the users download from the third party > site isn't possible. What I'd like to do is return the chunks of the > file to the users as I receive them. > > Has anyone any experience with this? Any advice? > > Much appreciated. > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
