> Do you need to save temp files at all? Are the PNGs expensive to generate in > R? Can you request raw bytes from R instead of saving to file?
> I have a scenario that's similar to yours (not using R, though; I'm > generating audio files), and I stream the bytes generated by the back end > directly to the client with the appropriate content-type header. I don't need to save them and I don't think I need caching. It should be possible to make are write to a memory buffer but I'm not sure if I see how to send the data directly to the client. Would I need an AJAX call for that? Best, Greg -- 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.
