[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Core Dump when PagePool/WebTraf - Page Size > 1?
> > 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.
I'm completely confused. I hope I don't miss anything by assuming this
event chain:
sched() -> new event -> handle() -> expire() -> next event ...
How come this will miss the first sched()????
- Haobo