search for: the_thread

Displaying 1 result from an estimated 1 matches for "the_thread".

2006 May 20
3
multithreaded action
I have an action in a controller that generates and returns a custom png-file, it goes something like this: def custompng #1 gather some userdata from params. #2 make a system call to an advanced java application that renders a png based on the custom data. stores the png on disk. #3 read the png into rails #4 send the png to the browser with method send_data #5 delete the