Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > microsoft.public.scripting.vbscript > #12404

Re: System wide memory-only storage?

From "R.Wieser" <address@not.available>
Newsgroups microsoft.public.scripting.vbscript
Subject Re: System wide memory-only storage?
Date 2022-02-08 20:31 +0100
Organization Aioe.org NNTP Server
Message-ID <stuhlt$6if$1@gioia.aioe.org> (permalink)
References <1mfe1tm8sv3bn.1od9m321kpijg$.dlg@40tude.net>

Show all headers | View raw


JJ,

> Anyone know any system wide memory-only storage? To serve as a media
> for communication between scripts.

Ha!  My chance to return a favour. :-)

You could take a look at

https://docs.microsoft.com/en-us/windows/win32/memory/creating-named-shared-memory

Ofcourse, it would need a small program (an invisible service one ?) to 
create and keep it alive.  By putting it into the "startup" folder its ready 
for use whenever someone logs on.

By the way: have you also thought about using a named pipe ?  Might even be 
easier to manage (no handshaking).

Regards,
Rudy Wieser

Back to microsoft.public.scripting.vbscript | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

System wide memory-only storage? JJ <jj4public@gmail.com> - 2022-02-09 00:01 +0700
  Re: System wide memory-only storage? "R.Wieser" <address@not.available> - 2022-02-08 20:31 +0100
    Re: System wide memory-only storage? JJ <jj4public@gmail.com> - 2022-02-09 17:29 +0700
      Re: System wide memory-only storage? "R.Wieser" <address@not.available> - 2022-02-09 13:05 +0100
        Re: System wide memory-only storage? JJ <jj4public@gmail.com> - 2022-02-10 15:56 +0700
          Re: System wide memory-only storage? "R.Wieser" <address@not.available> - 2022-02-10 12:11 +0100
            Re: System wide memory-only storage? JJ <jj4public@gmail.com> - 2022-02-12 02:38 +0700
              Re: System wide memory-only storage? "R.Wieser" <address@not.available> - 2022-02-12 11:34 +0100
  Re: System wide memory-only storage? JJ <jj4public@gmail.com> - 2022-03-13 14:56 +0700

csiph-web