great! :)
this will do nicely. is there much overhead for storing and fetching these
variables? (ideally I would like to get a pointer)
On Thu, Mar 14, 2013 at 12:45 PM, Nikita Nefedov wrote:
> On Thu, 14 Mar 2013 07:05:03 -0000, rene7705 wrote:
>
> Hi.
>>
>> I'd l
oh, if no PHP threads/processes are active, all sharedmem's would still be
allocated by the PHP OS-level process itself, of course, to prevent any
overhead as new PHP calls are made that access this sharedmem.
On Thu, Mar 14, 2013 at 8:05 AM, rene7705 wrote:
> Hi.
>
> I
Hi.
I'd like to build a replacement for SQL (yes, talk about an ambitious
project! ;), because the constant transferal of data in and out of SQL from
Javascript (where everything might as well be object-oriented and
hierarchial) is a pain in the neck.
But in order to do so, I'd very much like PHP