[Mono-bugs] [Bug 79822][Nor] Changed - "new PrintDialog()" takes ~2 seconds on linux

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Nov 3 17:02:21 EST 2006


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by toshok at ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=79822

--- shadow/79822	2006-11-03 16:02:02.000000000 -0500
+++ shadow/79822.tmp.15499	2006-11-03 17:02:21.000000000 -0500
@@ -11,15 +11,18 @@
 AssignedTo: calberto.cortez at gmail.com                            
 ReportedBy: toshok at ximian.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: 1_2
 URL: 
 Cc: 
-Summary: "new PrintDialog()" takes ~2 seconds on linix
+Summary: "new PrintDialog()" takes ~2 seconds on linux
 
 the trouble is that we're using a synchronous cups api call in
 System.Drawing.Printing.PrintingServicesUnix.  we need to either replace
 that with an async call, or do it more efficiently, or both.
 
 also, we make this call every time the PrintDialog code gets the list of
 installed printers (i.e. every time "new PrintDialog()" is called)..  not
 sure if the cups library is caching the list, but we certainly aren't.
+
+------- Additional Comments From toshok at ximian.com  2006-11-03 17:02 -------
+linix?  heh.  linux.


More information about the mono-bugs mailing list