Improving first access to a web service
From: Joey (anonymous_at_discussions.microsoft.com)
Date: 02/15/05
- Next message: Z: "Enums"
- Previous message: DW: "Re: Pushing data from the server to the client"
- In reply to: murphy_at_murphysw.com: "Improving first access to a web service"
- Next in thread: Alvin Bruney [MVP]: "Re: Improving first access to a web service"
- Reply: Alvin Bruney [MVP]: "Re: Improving first access to a web service"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 14 Feb 2005 17:46:02 -0800
Hi,
Above your web service you can put a cache duration(in
seconds). Not sure if this can help
[WebService(Namespace="http://abc/webservices/",
Description="ABC Web Service",
CacheDuration = 30)]
Joey
>-----Original Message-----
>I'm programming a site that displays info from AWS
Commerce Service
>4.0. At each change of the asp.net application the first
load of a
>page that uses the web service takes 30 seconds.
Subsequent calls are
>snappy. From what I've learned this overhead is for
processing the
>wsdl file (which has of course not changed). The file is
large, 2200
>lines.
>
>Is there a way to use this file locally on the web server
or cache the
>result of the read? It would really speed my development
iterations.
>
>Sorry if I'm missing something basic or am asking the
question with the
>wrong terms. I suspect that's why I'm not finding the
answer quickly
>in the newsgroups.
>
>Thanks!
>
>.
>
- Next message: Z: "Enums"
- Previous message: DW: "Re: Pushing data from the server to the client"
- In reply to: murphy_at_murphysw.com: "Improving first access to a web service"
- Next in thread: Alvin Bruney [MVP]: "Re: Improving first access to a web service"
- Reply: Alvin Bruney [MVP]: "Re: Improving first access to a web service"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|