[Mono-bugs] [Bug 411097] New: bad performance with float table as parameter of remote method in remoting
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Jul 21 18:10:55 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=411097
Summary: bad performance with float table as parameter of remote
method in remoting
Product: Mono: Class Libraries
Version: unspecified
Platform: x86
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Sys.Web
AssignedTo: mhabersack at novell.com
ReportedBy: arkadiusz.kowal at gmail.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Created an attachment (id=229186)
--> (https://bugzilla.novell.com/attachment.cgi?id=229186)
codes
When I call 500 times remote method with 1000 elements float table as parameter
it takes 20 s.
When table size is 100 it takes 0,096s, and when size is 10000, it takes 0,37s.
Steps to reproduce the problem:
1. gmcs Server.cs ITest.cs -r:"/usr/lib/mono/2.0/System.Runtime.Remoting.dll"
2. mono Server.exe
3. gmcs Client.cs ITest.cs -r:"/usr/lib/mono/2.0/System.Runtime.Remoting.dll"
4. mono Client.exe localhost 1000
Actual Results:
it takes 20s.
Expected Results:
0,03s.
I've noticed it on mono 1.2.6, and mono 1.9.1 on Fedora Core 3
(2.6.12-1.1381_FC3)
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list