<HTML><FONT FACE=arial,helvetica><FONT COLOR="#000000" FACE="Geneva" FAMILY="SANSSERIF" SIZE="2">I've got a revolution app that does a simple<BR>
<BR>
do field "runscript" as Applescript<BR>
<BR>
and then that field has:<BR>
<BR>
shell "ping -c 1 www.apple.com"<BR>
<BR>
<BR>
I then take the result and display it.&nbsp;  The question I have is that sometimes this call takes a very long time.  (15-20 seconds).&nbsp;  Part of the reason I'm doing this ping is to see if the network is active and that the user can reach the outside world.&nbsp;  (perhaps there's a better way to do this?)&nbsp;  If the user's network isn't up, then I would expect the ping to come back with "unknown server" quite quickly.&nbsp;  I'm wondering if the delay is due to the ping-command when launching from Unix, because I notice that sometimes the terminal window freezes for a bit until the ping response comes back.&nbsp;  Is there a way to kind of "off-load" this ping process and permit Revolution to churn on other things, or is it stuck because I'm launching this via Applescript?&nbsp;  If so, will the new Rev 2.0 solve this problem via the shell command that works on OS X?<BR>
</FONT><FONT COLOR="#000000" FACE="Geneva" FAMILY="SANSSERIF" SIZE="2"></FONT></HTML>