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 [EMAIL PROTECTED]

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

--- shadow/79822        2006-11-03 16:01:34.000000000 -0500
+++ shadow/79822.tmp.14384      2006-11-03 16:01:34.000000000 -0500
@@ -0,0 +1,25 @@
+Bug#: 79822
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Windows.Forms
+AssignedTo: [EMAIL PROTECTED]                            
+ReportedBy: [EMAIL PROTECTED]               
+QAContact: [EMAIL PROTECTED]
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: "new PrintDialog()" takes ~2 seconds on linix
+
+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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to