[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <ZEfRozHy0Gi5H6LS@debian.me>
Date: Tue, 25 Apr 2023 20:12:03 +0700
From: Bagas Sanjaya <bagasdotme@...il.com>
To: Raj J Putari <jmaharaj2013@...il.com>,
LKML <linux-kernel@...r.kernel.org>
Cc: Willy Tarreau <w@....eu>
Subject: Re: programming tips
On Tue, Apr 25, 2023 at 04:07:27AM -0700, Raj J Putari wrote:
> i can do
> int x = cpu_read(code) = return_value_that_you_seek;
Is it same as:
```
int x = cpu_read(foo)
if x == <desired return value> {
/* do something */
}
```
?
>
> additionally i feel that, with security, that there should be a local
> sql server tied to the linux kernel, so you can do stuff like easily
> share data in a lan
Implementing SQL language in the kernel? Making MySQL/PostgreSQL/SQLite
obsolete? How about prepared statements and input sanitation? Last but
not least, why is it hard for you to use wrapper libraries to SQL in
your userspace program to the point that you want kernelSQL?
I'm confused...
--
An old man doll... just what I always wanted! - Clara
Download attachment "signature.asc" of type "application/pgp-signature" (229 bytes)
Powered by blists - more mailing lists