On Mon, Mar 15, 2010 at 9:39 AM, Maurice Gittens <[email protected]> wrote: > /* snip */
Quite frankly, coming from a user, WTimer should *only* be used with a session as it is the Javascript (meta-refresh?) interface, just as you would not use WText without a session (it is the <span> interface) or WTable, they are all client-side links. If you want to work in the background, do not use Wt client interfaces. If you want a background timer, use it as your normally would, ASIO::timer or sleep or what-not. ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
