I am trying to generate CSVs from large datasets while trying to avoid
the mutex. When I use render_deferred to free up the server process I
find that I cannot use send_data as I'd like. The data is returned to
render, just as advertised, so anything having to do with displaying
the data as an attachment is gone. I can tell the users to Right Click
and Save As..., but I thought I'd ask if there was a better way. Any
ideas on how I can use send_data and not lock up the server?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"merb" 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/merb?hl=en
-~----------~----~----~----~------~----~------~--~---