Chris Double <[email protected]> wrote: > On Mon, Nov 23, 2009 at 11:09 PM, Stefan Scholl <[email protected]> wrote: >> Just the speed concerns me a bit. > > webapps.calculator uses the sqlite database backend which is quite > slow (sqlite isn't slow but for some reason using it as the web > database for Factor it is). Try either changing this to one of the > other backends. > > Make sure you test with the development? global turned off (the > default is off so it'll only matter if you've turned it on). With this > on things are very slow.
Removed sqlite. No development? set by me. Concurrency Level: 10 Time taken for tests: 12.919 seconds Complete requests: 1000 Failed requests: 0 Write errors: 0 Total transferred: 672000 bytes HTML transferred: 515000 bytes Requests per second: 77.40 [#/sec] (mean) Time per request: 129.193 [ms] (mean) Time per request: 12.919 [ms] (mean, across all concurrent requests) Transfer rate: 50.80 [Kbytes/sec] received With sqlite it was 34 req/sec. -- Web (en): http://www.no-spoon.de/ -*- Web (de): http://www.frell.de/ ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
