[Gambas-user] Changes in LINK
Benoit Minisini
gambas at ...1...
Sun Oct 29 10:21:22 CET 2006
On Sunday 29 October 2006 09:14, Christopher Brian Jack wrote:
> On Sun, 29 Oct 2006, Benoit Minisini wrote:
>
> So is the moral of the story to use compression, base64 (since most DB
> drivers aren't 8-bit clean) and a database driver, such as MySQL or
> PostgreSQL, instead of files?
>
> May require some lightning-fast MMX-optimized base64 encode/decode algs.
> Base64 also solves 1001 of the security issues introduced in the DB if
> attempting to use non-standard methods to store octet (8-bit clean) data
> in DB fields.
>
> I know the DB drivers support locking in the appropriate capacity.
>
What are you talking about? Of course you must use a database when you want
several processes to read/write the same data, with transaction facilities.
And I don't understand why you are talking about base64 too.
--
Benoit Minisini
More information about the User
mailing list