Hi,
Every 1-2 weeks, one of my server's websites grinds to a halt.
Looking at windows application event log, I see multiple errors like the one listed below.
I am using Win2008 server with IIS 7.5 64bit, PHP WinCache 1.3.5, PHP 5.5.8.
When this happens, I can also see 10's of php-cgi.exe tasks running (a lot more than when the server is functioning properly).
I will try using WinCache 1.3.5.2 that I see was released as a dev version and see if this error still repeats.
Here's the event log xml data:
<System>
<Provider Name="Application Error" />
<EventID Qualifiers="0">1000</EventID>
<Level>2</Level>
<Task>100</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2014-03-19T09:51:05.000000000Z" />
<EventRecordID>63754</EventRecordID>
<Channel>Application</Channel>
<Computer>HIGHTOURS</Computer>
<Security />
</System>
- <EventData>
<Data>php-cgi.exe</Data>
<Data>5.5.8.0</Data>
<Data>52cde23c</Data>
<Data>php_wincache.dll</Data>
<Data>1.3.5.0</Data>
<Data>51f7ead2</Data>
<Data>c0000005</Data>
<Data>00007ff3</Data>
<Data>c1c</Data>
<Data>01cf4358bef65452</Data>
<Data>C:\Program Files (x86)\PHP\v5.5\php-cgi.exe</Data>
<Data>C:\Program Files (x86)\PHP\v5.5\ext\php_wincache.dll</Data>
<Data>fca07dd2-af4b-11e3-af09-95187af0dd16</Data>
</EventData>
</Event>







