Re: WebDAV Query Throttling
- From: "Mark" <markusfrey@xxxxxxxxxxxxxxxx>
- Date: Thu, 15 Sep 2005 17:00:25 +0200
This is the query which is processed for each mailbox:
<?xml version='1.0'?><d:searchrequest xmlns:d='DAV:'><d:sql>SELECT
"ExEntryID" AS ExEntryID, "urn:schemas:httpmail:subject" AS subject,
"urn:schemas:calendar:dtstart" AS dtstart, "urn:schemas:calendar:dtend" AS
dtend, "urn:schemas:calendar:location" AS location,
"http://schemas.microsoft.com/exchange/sensitivity" AS sensitivity,
"urn:schemas:calendar:busystatus" AS busystatus, "DAV:href" AS DAVHref,
"http://schemas.microsoft.com/exchange/keywords-utf8" AS Category FROM
Scope('SHALLOW TRAVERSAL OF
"http://exchangeserver/exchange-oma/johndoe/Calendar/"') WHERE (Not
"urn:schemas:calendar:instancetype" = 1) AND ("DAV:contentclass" =
'urn:content-classes:appointment' ) AND ("urn:schemas:calendar:dtstart" >
CAST("2005-02-27T00:00:00Z" AS 'dateTime')) AND
("urn:schemas:calendar:dtstart" < CAST("2006-10-20T23:59:59Z" AS
'dateTime')) ORDER BY "urn:schemas:calendar:dtstart"
ASC</d:sql></d:searchrequest>
Thanks,
Mark
"Michael" <michael@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:uFM%23LMguFHA.1032@xxxxxxxxxxxxxxxxxxxxxxx
> Post the query here.
>
> Michael
> -------------------------------
> If you need WebDAV API for Exchange server,
> use our component WebDAV .NET for Exchange.
> Check out http://www.independentsoft.com
>
>
>
> "Markus Frey" <markusfrey@xxxxxxxxxxxxxxxx> wrote in message
> news:O8G7UyfuFHA.1644@xxxxxxxxxxxxxxxxxxxxxxx
>> Hi,
>>
>> Is it possible to throttle a WebDAV Query to Exchange Server 2003?
>>
>> If querying a lot of calendar items with a Windows Service, the Exchange
>> Server CPU becomes exhausted. It is NOT a problem, if the WebDAV
>> Query needs more time to process, but it is a problem that the server
>> becomes sluggish during that time.
>>
>> I can set the process base-priority, but this obviously doesn't affect
>> the
>> WebDAV Query which is sent to Exchange.
>>
>> Any information is appreciated!
>>
>> Regards,
>> Mark
>>
>>
>>
.
- References:
- WebDAV Query Throttling
- From: Markus Frey
- WebDAV Query Throttling
- Prev by Date: WebDAV Query Throttling
- Next by Date: Re: CDO, MAPI Translation
- Previous by thread: WebDAV Query Throttling
- Next by thread: Re: WebDAV Query Throttling
- Index(es):
Relevant Pages
|
Loading