mono linux blob performance issue

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
cray
Posts: 11
Joined: Mon 30 Sep 2013 19:12

Re: mono linux blob performance issue

Post by cray » Mon 28 Oct 2013 14:52

That appeared to work but the program still didn't operate correctly. Here's the output:

cray@[hostname]:~/devart_test/pj1test$ sudo ./project1
Specify your connection string and press Enter:
Sample connection string: scott/tiger@dboracle:1521:orcl1120
<<connectionstring>>
This binary has no unicodestrings support compiled in.
Recompile the application with a unicodestrings-manager in the program uses clause.
NET: SIGQUIT signal received.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: mono linux blob performance issue

Post by Shalex » Tue 29 Oct 2013 12:49

cray wrote:Recompile the application with a unicodestrings-manager in the program uses clause.
We have just sent an updated binary to you.

cray
Posts: 11
Joined: Mon 30 Sep 2013 19:12

Re: mono linux blob performance issue

Post by cray » Tue 29 Oct 2013 12:55

I haven't yet received it. Make sure you send it to the alternate email address I provided on Oct 14. Thanks

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: mono linux blob performance issue

Post by Shalex » Tue 29 Oct 2013 13:06

cray wrote:Make sure you send it to the alternate email address I provided on Oct 14.
Done. Thank you for the prompt.

cray
Posts: 11
Joined: Mon 30 Sep 2013 19:12

Re: mono linux blob performance issue

Post by cray » Tue 29 Oct 2013 14:19

Ok I ran both programs 6 times each:

Mono program:
Round-trip -> Time: 00:00:00.0766640; Speed: 127 kB/s
Round-trip -> Time: 00:00:00.1219640; Speed: 80 kB/s
Round-trip -> Time: 00:00:00.1622790; Speed: 59 kB/s
Round-trip -> Time: 00:00:00.1202960; Speed: 81 kB/s
Round-trip -> Time: 00:00:00.1530160; Speed: 63 kB/s
Round-trip -> Time: 00:00:00.0962110; Speed: 101 kB/s

Delphi program:
Round-trip -> Time (mc): 0.04; Speed: 271.27 kB/s
Round-trip -> Time (mc): 0.03; Speed: 305.18 kB/s
Round-trip -> Time (mc): 0.03; Speed: 287.22 kB/s
Round-trip -> Time (mc): 0.04; Speed: 279.02 kB/s
Round-trip -> Time (mc): 0.06; Speed: 168.37 kB/s
Round-trip -> Time (mc): 0.07; Speed: 145.76 kB/s

Post Reply