|
From: Ethan A M. <sf...@us...> - 2014-02-26 20:56:37
|
On Wednesday, 26 February, 2014 09:24:37 Mojca Miklavec wrote: > After applying your first patch only the first gnuplot run took half a > minute to start. Subsequent runs take 4 seconds at most which is > totally acceptable. OK, I have applied that first patch for #ifdef Q_OS_MAC only. > Now the only long delay comes from that long timeout after closing > gnuplot_qt. Gnuplot throws "Error: short read from gnuplot_qt socket" > when I quit gnuplot_qt, so it's probably aware that gnuplot_qt is no > longer present. In such cases it could try to open a new gnuplot_qt > faster than in 30 seconds. When you say "after closing gnuplot_qt", do you mean closing the window, or do you mean killing the process? Simply closing the window should not have much effect; the program will reopen the window as needed. Killing the process does indeed trigger that 30 second timeout. A fix for that is also now in cvs. Ethan |