Create Session Performance

Forum for .NET developers using the E-conomic API.
Exchange your ideas, tip and tricks using the API.
Best Practices

Create Session Performance

Postby rasmusb » Sun Oct 09, 2011 3:46 am

I am reviewing e-conomic for the purpose of integrating with a .NET web application but find that creating and opening session objects is impossibly slow (10-12 seconds).

Creating and destroying Economic session objects within the scope of each request to the web app is clearly not an option then... so what is the best approach here?

Or is this due to the fact that I am playing around with a free demo? Does the API work faster on a paid account?
-
rasmusb
 
Posts: 1
Joined: Sun Oct 09, 2011 3:38 am

Re: Create Session Performance

Postby thomas fra focus it » Tue Oct 11, 2011 2:15 pm

I also experience instantiating sessions as very slow, but hopefully the Dev team can make an update that lazy load each service.
-
thomas fra focus it
 
Posts: 12
Joined: Tue Sep 21, 2010 2:24 pm

Re: Create Session Performance

Postby AllanPedersen » Wed Nov 30, 2011 9:38 pm

I too am experiencing this slooow session creatings, any solutions?
-
AllanPedersen
 
Posts: 3
Joined: Wed Nov 30, 2011 9:36 pm

Re: Create Session Performance

Postby AllanPedersen » Thu Dec 01, 2011 11:10 am

I too experience this.... any solutions? Even with state of the art machine and high speed broadband connection it seems to take 4-7 seconds to create a session ...?!
-
AllanPedersen
 
Posts: 3
Joined: Wed Nov 30, 2011 9:36 pm

Re: Create Session Performance

Postby AllanPedersen » Thu Dec 01, 2011 11:14 am

I experience the same thing, why is creating af session taking soooo long? Any solutions?
-
AllanPedersen
 
Posts: 3
Joined: Wed Nov 30, 2011 9:36 pm

Re: Create Session Performance

Postby KVerwold » Thu Mar 01, 2012 11:45 pm

Hej,

to increase performance, I'm using a session cache, which opens the session and keep it open until timeout occurred.
This will not help on connecting first time, but increase performance for all following transactions.
-
KVerwold
 
Posts: 4
Joined: Tue May 17, 2011 11:18 pm
Location: Aalborg / DK

Re: Create Session Performance

Postby ekontoret.dk » Fri Apr 13, 2012 10:12 am

hey

any solution on the very slow first connection to gain a session ??

If implementing a .NET webapp for user interaction 10-12 sek, is VERY
long time for a user to wait.

PLEASE come up with a solution, as it should be possible to
generate this session object much faster on the server side...
-
ekontoret.dk
 
Posts: 3
Joined: Wed Apr 04, 2012 11:50 am


Return to .NET



cron