Page Pool Errors

10 views
Skip to first unread message

Nate Braxton

unread,
Dec 2, 2009, 5:53:32 PM12/2/09
to XMPie Interest Group
We have had page pool errors that have resulted in shutting down our
ports, thus taking all our personalized websites down with it.
Restarting services solved the problem temporarily.

Has anyone had problems similar to this or know what in XMPie might
cause these problems.

We have a Director, MI-2 Extension Server, and SQL Server with
Personal Effect 4.5.2.

Bill

unread,
Dec 3, 2009, 2:16:05 AM12/3/09
to XMPie Interest Group
Never experienced "page pool errors" exactly as you are describing
them.

With uProduce 4.6.2. with busy ICP-based campaigns, I experienced
"deadlock detected" on \aspnet_isapi.dll.

I managed to fix them, by:
* defining a separate application pool for each virtual folder,
assigned to each campaign;
* making the following changes in the .Net Framework machine.config:

[...]
<configuration>
<system.web>
[...]
<!-- Added by Xerox Oct. 4, 2009 -->
<!-- For Performance, Stability and Availability Purpose -->
<!-- Read http://www.guidanceshare.com/wiki/ASP.NET_2.0_Performance_Guidelines_-_Threading
-->
<httpRuntime
minFreeThreads="88"
minLocalRequestFreeThreads="76"
/>
<processModel
autoConfig="true"
maxWorkerThreads="100"
minWorkerThreads="50"
maxIoThreads="100"
/>
</system.web>
<system.net>
<connectionManagement>
<add address="*" maxconnection="12" />
</connectionManagement>
</system.net>
<!-- End Xerox Addon -->
[...]

HTH

Timothy Perrett

unread,
Dec 3, 2009, 3:10:36 AM12/3/09
to xmpie...@googlegroups.com
Nate,

Do you have a stack trace? Alternatively, are you just assuming its an issue with IIS application pools? You could turn up the process reaping if thats a particular issue...

<microsoft_rant>
I personally hate the design and implementation of IIS because it makes hard to debug situations all too common... its not a patch on NGINX and the ilk.
</microsoft_rant>

Cheers, Tim
> --
>
> You received this message because you are subscribed to the Google Groups "XMPie Interest Group" group.
> To post to this group, send email to xmpie...@googlegroups.com.
> To unsubscribe from this group, send email to xmpie-users...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/xmpie-users?hl=en.
>
>
>

Reply all
Reply to author
Forward
0 new messages