Re: Benchmarking SQL drivers
"Per Hedbor () @ Pike (-) importm?te f?r mailinglistan" <[email protected]>
| Newsgroups | gmane.comp.lang.pike.user |
|---|---|
| Message-ID | <[email protected]> |
>Getting even higher performance means that I would have to abandon the >Pike-only driver solution, and I would have to start using a cmod >helper module again. Nice results. I am considering writing a pike mysql driver, thus getting rid of yet another 'must install' package when building pike. By the way, with regards to c71051037ee, "Workaround c?-> bug": It is not really a bug. The issue you are having is that the final apply () operator is not conditional (so the fix is not complete, you will still get errors if the connection is gone, as an example). I have an idea about this: After a ?-> in an expression (tree), set a flag to indicate that any APPLY:s should return 0 if they are called on 0. It would be fairly trivial, and make the ?-> operator do what people expect it to, allowing you to type things like fd?->query_fd().