[Mono-bugs] [Bug 365745] New: bug with byte type
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Feb 28 15:48:02 EST 2008
https://bugzilla.novell.com/show_bug.cgi?id=365745
Summary: bug with byte type
Product: Mono: Class Libraries
Version: 1.2.6
Platform: Other
OS/Version: Linux
Status: NEW
Keywords: All_Languages
Severity: Normal
Priority: P5 - None
Component: CORLIB
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: arkadiusz.kowal at gmail.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Created an attachment (id=197768)
--> (https://bugzilla.novell.com/attachment.cgi?id=197768)
codes
Description of Problem:
I am testing the remoting performance, and I found something strange with byte
type. When i call my function 5K with a table of 10K byte elements as
parameter, and 5K with a table of 100K byte elements, the first one takes 30
much longer than the second.
I've been testing it on Microsoft Vista, XP and Fedora Core 3, and it happens
only on linux system.
Steps to reproduce the problem:
1. gmcs Server.cs ITest.cs
2. mono Server.exe
3. gmcs Client.cs ITest.cs
4. mono Client.exe localhost 10000
5. edit Server.cs, change the size of table, for 100000
6. gmcs Server.cs ITest.cs
7. mono Server.exe
8. mono Client.exe localhost 100000
Actual Results:
for bigger table it takes less time than for smaller
Expected Results:
it should take less time for smaller
How often does this happen?
always
Additional Information:
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list