Re: server2003 isolation mode
This WebDNA talk-list message is from 2004
It keeps the original formatting.
numero = 58500
interpreted = N
texte = Here is a link to the Microsoft KB about this issue.http://support.microsoft.com/default.aspx?scid=kb;en-us;q311852I have not seen any problems and I do not run in iis 5 isolation mode. Idid notice that in iis 6, the WebcatService.exe and the DBServer.exe areboth running as a service. In previous versions, only the WebCatService.exewas present. This makes me think that the DBServer.exe is running toprocess the READ_RAW_DATA similar to how iis 6 handles SSL. Also, the$WebCat.dll is both an Isapi Extension and an Isapi Filter. Microsoftrecommends that developers use ISAPI extensions instead of ISAPI filters.Since $WebCat.dll is both ISAPI extension and ISAPI filter, maybe one iscompensating for the other and therefore continues to function properly.Changes in ISAPI Filter FeaturesIn IIS 5.0, ISAPI filters run as the LocalSystem account in the Inetinfo.exeprocess and are guaranteed to be single-instanced. In IIS 6.0, this is nolonger the case in worker process isolation mode. Because ISAPI filters nowrun in worker process, they are subject to all of the worker processbehaviors: multi-instancing, having a configurable process identity, andrecycling. ISAPI filters that register for SF_NOTIFY_READ_RAW_DATAnotifications are not supported in worker process isolation mode; they mustbe executed in IIS 5.0 isolation mode to be compatible with IIS 6.0.Moving forward with development of ISAPI applications for IIS 6.0, it isrecommended that developers use ISAPI extensions instead of ISAPI filters.IIS 6.0 extends the programming platform and includes support for multiplewildcard script maps and the HSE_REQ_EXEC_URL function, which allows ISAPIextensions to be used in the same way that ISAPI filters are typically used.In addition, ISAPI extensions are asynchronous (that is, can be runsimultaneously), and thus are a better choice than ISAPI filters, which aresynchronous (that is, must be run in sequence).Salvatore D'AnnaDotNetNuke Hosting-----Original Message-----From: WebDNA Talk [mailto:WebDNA-Talk@talk.smithmicro.com] On Behalf OfLesterSent: Sunday, June 20, 2004 11:29 AMTo: WebDNA TalkSubject: server2003 isolation modeI sorta touched on this subject a week ago or so, buthere's at it again . . . .I'm running webdna 4.5 on a new install of MSserver2003 . . .I see this error in my event logs==============An attempt was made to load filter'c:\inetpub\scripts\WebCatalogEngine\$WebCat.dll' butit requires the SF_NOTIFY_READ_RAW_DATA filternotification and this notification is not supported inWorker Process Isolation Mode.===================When I go into IIS and check the box"Run WWW service in IIS 5.0 isolation mode"everything seems to hang within a few minutes causinga reboot and the unchecking of that option to bringthings back to normal.My question(s):1)Is this event log error only appearing because I haveversion 4.5??? 2)Is anyone else getting this same kinda event log errorentry with their versions of webdna on server2003???3)If I just leave it all as is, is performance going tosuffer???Eveything seems to be OK, but seeing that error in thelogs every time I go there makes me wonder . . . .ThanksLester__________________________________Do you Yahoo!?New and Improved Yahoo! Mail - Send 10MB messages!http://promotions.yahoo.com/new_mail -------------------------------------------------------------This message is sent to you because you are subscribed to the mailing list
.To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail toWeb Archive of this list is at: http://webdna.smithmicro.com/__________ NOD32 1.791 (20040618) Information __________This message was checked by NOD32 Antivirus System.http://www.nod32.com-------------------------------------------------------------This message is sent to you because you are subscribed to the mailing list .To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/
Associated Messages, from the most recent to the oldest:
Here is a link to the Microsoft KB about this issue.http://support.microsoft.com/default.aspx?scid=kb;en-us;q311852I have not seen any problems and I do not run in iis 5 isolation mode. Idid notice that in iis 6, the WebcatService.exe and the DBServer.exe areboth running as a service. In previous versions, only the WebCatService.exewas present. This makes me think that the DBServer.exe is running toprocess the READ_RAW_DATA similar to how iis 6 handles SSL. Also, the$WebCat.dll is both an Isapi Extension and an Isapi Filter. Microsoftrecommends that developers use ISAPI extensions instead of ISAPI filters.Since $WebCat.dll is both ISAPI extension and ISAPI filter, maybe one iscompensating for the other and therefore continues to function properly.Changes in ISAPI Filter FeaturesIn IIS 5.0, ISAPI filters run as the LocalSystem account in the Inetinfo.exeprocess and are guaranteed to be single-instanced. In IIS 6.0, this is nolonger the case in worker process isolation mode. Because ISAPI filters nowrun in worker process, they are subject to all of the worker processbehaviors: multi-instancing, having a configurable process identity, andrecycling. ISAPI filters that register for SF_NOTIFY_READ_RAW_DATAnotifications are not supported in worker process isolation mode; they mustbe executed in IIS 5.0 isolation mode to be compatible with IIS 6.0.Moving forward with development of ISAPI applications for IIS 6.0, it isrecommended that developers use ISAPI extensions instead of ISAPI filters.IIS 6.0 extends the programming platform and includes support for multiplewildcard script maps and the HSE_REQ_EXEC_URL function, which allows ISAPIextensions to be used in the same way that ISAPI filters are typically used.In addition, ISAPI extensions are asynchronous (that is, can be runsimultaneously), and thus are a better choice than ISAPI filters, which aresynchronous (that is, must be run in sequence).Salvatore D'AnnaDotNetNuke Hosting-----Original Message-----From: WebDNA Talk [mailto:WebDNA-Talk@talk.smithmicro.com] On Behalf OfLesterSent: Sunday, June 20, 2004 11:29 AMTo: WebDNA TalkSubject: server2003 isolation modeI sorta touched on this subject a week ago or so, buthere's at it again . . . .I'm running webdna 4.5 on a new install of MSserver2003 . . .I see this error in my event logs==============An attempt was made to load filter'c:\inetpub\scripts\WebCatalogEngine\$WebCat.dll' butit requires the SF_NOTIFY_READ_RAW_DATA filternotification and this notification is not supported inWorker Process Isolation Mode.===================When I go into IIS and check the box"Run WWW service in IIS 5.0 isolation mode"everything seems to hang within a few minutes causinga reboot and the unchecking of that option to bringthings back to normal.My question(s):1)Is this event log error only appearing because I haveversion 4.5??? 2)Is anyone else getting this same kinda event log errorentry with their versions of webdna on server2003???3)If I just leave it all as is, is performance going tosuffer???Eveything seems to be OK, but seeing that error in thelogs every time I go there makes me wonder . . . .ThanksLester__________________________________Do you Yahoo!?New and Improved Yahoo! Mail - Send 10MB messages!http://promotions.yahoo.com/new_mail -------------------------------------------------------------This message is sent to you because you are subscribed to the mailing list .To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail toWeb Archive of this list is at: http://webdna.smithmicro.com/__________ NOD32 1.791 (20040618) Information __________This message was checked by NOD32 Antivirus System.http://www.nod32.com-------------------------------------------------------------This message is sent to you because you are subscribed to the mailing list .To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/
"Sal D'Anna"
DOWNLOAD WEBDNA NOW!
Top Articles:
Talk List
The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...
Related Readings:
Hyperlink in email (2002)
problem: search crashes webstar (1997)
Nesting [RAW] (1998)
search form problem.. (1997)
Interpreting WebDNA tags (2004)
[Sum] function? (1997)
Wrapping text (1998)
[ELSEIF] was hideif [x]=1,2,3..: (2003)
Web Developer Product Awards (1997)
my SOS last week... (1996)
WebCat2b13 Mac plugin - [sendmail] and checkboxes (1997)
Wireless WebDNA available today! (2000)
SSL and reg web* (1997)
Can't load tmpl files (1997)
Date Sorting (1997)
append duplication help (2000)
WebCat & Backoffice Solution? (2000)
my price won't move (1997)
WebCat2b12plugin - [search] is broken ... not! (1997)
[WebDNA] Error: Can't open order file. Ignoring [OrderFile] (2011)