Displaying 1 result from an estimated 1 matches for "requestbyprojectburnsmall_".
2007 Sep 12
10
Need help refactoring a controller, perhaps add threading?
...@chart_data.each do |cd|
csv << [cd["count"],cd["request_title"],cd["state"]]
end
end
outfile.close
exec("charting/RequestByProject.jar",params[:name])
render_text ''<br><img
src="../../images/charts/requestByProjectBurnSmall_''+params[:name]+''.png''
end
(Pastebin URL: http://pastebin.com/m8445781)
My problem is occurring at the exec() statement, it completely takes
over and freezes everything until it''s finished at which time the
render_text inserts the generated chart into my div...