Webservice very slow on first call

Posted: 09-12-2004, 12:35 AM
I have created a webservice, it is used by a webpage. The first time I
connect to the page, the connection is very slow, it takes like 6 seconds to
validate the user, I am working on my machine debuging. But it is only the
first time, every other webservice used during the session is very fast, is
this a normal behavior, or I have somehting wrong? Thanks.


Reply With Quote

Responses to "Webservice very slow on first call"

Ken Cox [Microsoft MVP]
Guest
Posts: n/a
 
Re: Webservice very slow on first call
Posted: 09-13-2004, 12:18 AM
Hi Carlos,

This sounds normal, although a bit slow. The first time the Web service is
called, ASP.NET has to compile it and get it into memory. After that, it
should run fast as you say.


"Carlos Hernandez" <carlos@integrasofthn.com> wrote in message
news:%23o1JsBGmEHA.1356@TK2MSFTNGP09.phx.gbl...
>I have created a webservice, it is used by a webpage. The first time I
>connect to the page, the connection is very slow, it takes like 6 seconds
>to validate the user, I am working on my machine debuging. But it is only
>the first time, every other webservice used during the session is very
>fast, is this a normal behavior, or I have somehting wrong? Thanks.
>
Reply With Quote
 
LinkBack Thread Tools Search this Thread Display Modes
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
WebService DB Call Error JJ ASP.NET Web Services 0 06-01-2004 05:41 PM
Webservice API Call Zachary Chauvin ASP.NET Web Services 0 06-01-2004 03:28 PM
Call COM from .NET WebService Help Jeff Ayers ASP.NET Web Services 2 11-15-2003 04:50 AM
Extremely Slow WebService Laurel ASP.NET Web Services 1 10-21-2003 02:35 PM
call a webservice programmatically Ted ASP.NET Web Services 1 07-23-2003 07:41 PM