Re: [Sofia-sip-devel] performance question

2009-06-22 Thread Michael Jerris
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

[Sofia-sip-devel] performance question

2009-06-21 Thread jonathan augenstine
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