How about writing to a global:

+L set ^GLOBAL(^GLOBAL(0))=VALUE,^GLOBAL(0)=^GLOBAL(0)+1 -L

Kevin


On 1/15/06, Gregory Woodhouse <[EMAIL PROTECTED]> wrote:
>
>
> In Scheme, I can have multiple threads writing to the same terminal,
> but not in MUMPS. True, I can have multiple terminals open and see
> the output in each, but what I'd like to see is the output of one job
> *interleaved* with the other. Like so
>
> BBAAAAAABBBBBBBBBBBBBBBBBBBBBBBAAAAAAAAAAAAAAAAAAA
>
> If I try writing to a file, then either I'll need exclusive access or
> the buffer size will prevent the output of the processes from being
> interleaved.
>
> ===
> Gregory Woodhouse
> [EMAIL PROTECTED]
>
> "You must unlearn what you have learned."
> --Yoda
>
>
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
> for problems?  Stop!  Download the new AJAX search engine that makes
> searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
> http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
> _______________________________________________
> Hardhats-members mailing list
> Hardhats-members@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/hardhats-members
>


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
_______________________________________________
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members

Reply via email to