From: Rob M. <ro...@ho...> - 2004-06-04 14:12:18
|
> What about as a separate preprocessor, I tried adding a check for > InlineMode() following GetSession(p), but it was costing to much at session > initialization, i.e latency. Maybe we add the check at the time of > preprocessor initialization, and set a global variable based on > InlineMode() that would call a separate GetSession(p) Anybody have any > better suggestions????? Great! When I get back, I'll take a few and look through the code. I like the idea of checking at preproc init. We can have different functions and the preproc init figures out which one to call (via function pointers). Rob |