Article ID: 308604 - Last Review: October 9, 2003 - Revision: 3.1 PRB: SQLMail Is Not Supported When You Run the Server in Fiber ModeThis article was previously published under Q308604 SYMPTOMS
SQLMail may stop responding (hang) when the server that you are using is run in Fiber mode. Fiber mode is when you set the lightweight pooling option ON by using the sp_configure stored procedure. When SQLMail stops responding:
MORE INFORMATION
Both MAPI and SQLMail make use of "critical section" synchronization objects in their implementation. The implementation details of both MAPI and SQLMail may encounter situations where the initial thread is scheduled out after entering a critical section and later may get rescheduled to a different thread. The rescheduling to a different thread causes the program to stop responding. According to the Microsoft Windows 32 documentation, a thread that enters the critical section must be the same one to exit the critical section or the critical section is not released. If the critical section is not released, the program may stop responding. Due to these architectural limitations of SQLMail and MAPI, Microsoft does not recommend or support SQLMail when the server is running in Fiber mode. REFERENCESFor additional information, click the article number below
to view the article in the Microsoft Knowledge Base:
303287
(http://support.microsoft.com/kb/303287/EN-US/
)
BUG: DTC Transactions Fail When SQL Runs in Lightweight Pooling
| Article Translations
|
Back to the top
