Re: [Wt-interest] Optimize Wt:::DomElement::urlEncodeS

2009-12-19 Thread Sean Chittenden
I've actually wondered this before. Is there any reason to not use: http://code.google.com/p/stringencoders/ ? It's BSD licensed and it does encoding in word size chunks instead of per-character (read: it's VERY, VERY fast). http://code.google.com/p/stringencoders/wiki/PerformanceNumToA -sc

Re: [Wt-interest] Add handleUnresolvedString to WTemplate

2009-12-19 Thread Koen Deforche
Hey Muarice, 2009/12/18 Maurice Gittens : > Hello, > > I'm assuming that patch like this one might be generally useful. Absolutely ! Regards, koen -- This SF.Net email is sponsored by the Verizon Developer Community Tak

[Wt-interest] Fastcgi timeout

2009-12-19 Thread Brad Hubbard
I am using mod_fastcgi and some tests work fine. The app I am having problems with should display a large table of results it extracts from a database. The log looks like this; [2009-Dec-19 18:30:46.775666] 11144 - [notice] "Wt: initializing session process" [2009-Dec-19 18:30:46.776293] 1114

[Wt-interest] Optimize Wt:::DomElement::urlEncodeS

2009-12-19 Thread Maurice Gittens
Hi, The following compile tested patch optimizes Wt:::DomElement::urlEncodeS. Kind regards, Maurice PS: Is it just me or are my emails not making the list? diff --git a/src/web/DomElement.C b/src/web/DomElement.C index 79c09df..1ca3fcd 100644 --- a/src/web/DomElement.C +++ b/src/web/DomElement