[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Core Dump when PagePool/WebTraf - Page Size > 1?
On Fri, 3 Dec 1999, Haobo Yu wrote:
> > 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
I meant either you increase curPage_ within expire(), or you increase
it within sched(). Do it in handle() will miss the first "sched()" call.