Are you using nta or nua?
On Jun 22, 2009, at 12:43 AM, jonathan augenstine
wrote:
> I am developing a simple redirect server on Windows 2008 Server.
> When an invite arrives, the handler performs a database lookup, and
> then returns a 302 response with the database response in the
> C
I am developing a simple redirect server on Windows 2008 Server. When an
invite arrives, the handler performs a database lookup, and then returns a
302 response with the database response in the Contact field. The database
access is about 15-30 milliseconds even under high load. What I am seeing