[racket] multiple instances of compiled for distribution software

From: Justin R. Slepak (jrslepak at ccs.neu.edu)
Date: Mon May 20 12:04:14 EDT 2013

Cmd-N typically just opens a new window in the current instance. Use cmd-tab or look in the Dock, and you'll see you still only have one instance of your program running. Explicitly invoking the executable inside the .app bundle will produce a separate instance -- you can see on cmd-tab that you have two instances running.

---
Justin Slepak
PhD student, Computer Science dept.

----- Original Message -----
From: Hendrik Boom <hendrik at topoi.pooq.com>
To: users at racket-lang.org
Sent: Mon, 20 May 2013 11:21:38 -0400 (EDT)
Subject: Re: [racket] multiple instances of compiled for distribution software

On Sun, May 19, 2013 at 04:10:43PM -0800, Zelah Hutchinson wrote:
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
> <HTML>
> <HEAD><META http-equiv=Content-Type content="text/html; charset=utf-8"><META content="INBOX.COM" name=GENERATOR></HEAD>
> <BODY>
> I am curious as to whether it would be possible to run multiple instances of a compiled Racket program. If so, then how may I do this? When I try to run the program twice by double clicking in Mac OS, I still only get one running process. This seems like a very serious limitation. Is there a way around this?<hr size="1px" noshade style="clear:both;margin-top:10px;height:1px;">
> <div style="font:12px Verdana,sans-serif;color:Black;background:white;padding:3px;line-height:1.3em">
> <a href="http://www.inbox.com/marineaquarium"><img src="http://my.inbox.com/img/ftrs/marine.jpg" width="104" hight="90" alt="3D Marine Aquarium Screensaver Preview" align="left" border="0" style="margin-right:15px" /></a>
> <br><strong><font color="2086c3">Free 3D Marine Aquarium Screensaver</font></strong><br>
> <nobr>Watch dolphins, sharks &amp; orcas on your desktop!</nobr> <nobr>Check it out at <a href="http://www.inbox.com/marineaquarium">www.inbox.com/marineaquarium</a></nobr></div>
> </BODY>
> </HTML>
> 
> 
Mentioned this to my son, who had an intel mac laptop on his lap, and he
said, Command-N.

And showed me a number of programs for which it worked, by typing 
command-N when the program's first window had focus.

Including DrRacket.

-- hendrik
____________________
  Racket Users list:
  http://lists.racket-lang.org/users


Posted on the users mailing list.