[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Core Dump when PagePool/WebTraf - Page Size > 1?



> curPage_ should also be initialized to be 1, since one page is already
> being loaded when the session begins.

I'm confused. The only way to load a page is through
WebTrafSession::expire() which is only called through sched(). And I don't
know how else a page can be loaded when a session starts. 

- Haobo