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:02:02.000000000 -0500 +++ shadow/79822.tmp.15499 2006-11-03 17:02:21.000000000 -0500 @@ -11,15 +11,18 @@ AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 2006-11-03 17:02 ------- +linix? heh. linux. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
