On 31-Dec-05, at 8:36 AM, Emile Schwarz wrote:
Hi all,
REALbasic 2005r4
Mac OS X 10.3.9 and 10.4.3
Ethernet Cable
The same application that works with a Windows machine does not see
a Macintosh (10.4.3).
I've had similar problems on and off with various versions of the Mac
OS (Jag, Pan, Tig). Sometimes I'd have to start the app two or three
times to get them to find each other. Windows on the other hand
worked perfect every time.
Turned out the router was dropping packets from the Macs. Haven't got
a clue why, but when the router smoked itself, I bought a new one and
things that were hit and miss, suddenly worked perfect.
A friend of mind had the same router so I tested on his. My tests
verified that for TCP the router worked fine, but for UDP, it was hit
and miss on the Macs. Windows still works perfect (and blows the
doors off any Mac we have for TCP throughput).
I haven't tested with an ethernet hub though.
Hence my experience with UDP on the Macs is not all that great. And
it's not only RB. We bought a piece of software that used UDP, ran it
on our four Macs, and one G5 refused to find anything. Worked with
the developers to find out why. Did a couple of weeks testing for
them and they couldn't figure it out either. Next update of the Mac
OS, bingo it all suddenly worked. Just weird.
Mel
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
From Sat 31 Dec 2005 10:54:30 -0700
Return-Path: <realbasic-nug-bounces at lists dot realsoftware dot com>
Received: from lists.realsoftware.com (209.198.132.125) by realsoftware.com
with ESMTP (Eudora Internet Mail Server 3.1.3);
Sat, 31 Dec 2005 11:54:47 -0600
Received: from lists.realsoftware.com (localhost [127.0.0.1])
by lists.realsoftware.com (Postfix) with ESMTP
id 23F29FA2DBC; Sat, 31 Dec 2005 11:54:37 -0600 (CST)
X-Original-To: realbasic-nug at lists dot realsoftware dot com
Delivered-To: realbasic-nug at lists dot realsoftware dot com
Received: from tolisgroup.com (mail.tolisgroup.com [65.104.86.254])
by lists.realsoftware.com (Postfix) with SMTP id 15D42FA2DAB
for <realbasic-nug at lists dot realsoftware dot com>;
Sat, 31 Dec 2005 11:54:31 -0600 (CST)
Received: (qmail 16383 invoked from network); 31 Dec 2005 17:54:30 -0000
Received: from localhost (127.0.0.1)
by gw.tolisgroup.com (127.0.0.1) with ESMTP; 31 Dec 2005 17:54:30 -0000
Received: from 192.168.2.98 ( [192.168.2.98])
as user tjmac at localhost by 192.168.1.1 with HTTP;
Sat, 31 Dec 2005 10:54:30 -0700
Message-ID: <1136051670 dot 43b6c5d61d1b3 at 192 dot 168 dot 1 dot 1>
Date: Sat, 31 Dec 2005 10:54:30 -0700
From: tjmac at tolisgroup dot com
To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
References: <1136018353 dot 6499 dot 11 dot camel at notebook dot projectsfromhell
dot org>
In-Reply-To: <1136018353 dot 6499 dot 11 dot camel at notebook dot
projectsfromhell dot org>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 3.0
X-Originating-IP: 192.168.2.98
X-Sent-Via: Mitel Networks SME Server
Subject: Re: Asynchronous Shell (Linux)
X-BeenThere: realbasic-nug at lists dot realsoftware dot com
X-Mailman-Version: 2.1.2
Precedence: list
Reply-To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Sender: realbasic-nug-bounces at lists dot realsoftware dot com
Errors-To: realbasic-nug-bounces at lists dot realsoftware dot com
Hi Bill,
There's currently a bug posted against the Shell.IsRunning flag in 2005r4:
http://www.realsoftware.com/feedback/viewreport.php?reportid=xcxkxoqf
Tim
Quoting Bill Cavalieri <bcavalieri at lumensoftware dot com>:
RB 2005r4 on SuSE 10.0
I'm trying to get Asynchronous Shell figured out, but I'm getting
something wrong.
I have a class called test, with Shell as its super.
Fron the Run Event of my console app, I have
Dim t As New Test
t.Mode=1
t.Execute "/usr/bin/bzip2 alargefile"
While t.IsRunning
Print "running"
Wend
I run the compiled app, instead of seeing a bunch of "running" output in
the shell, I get an immediate successful exit.
When I look at the running process, I see the bzip running till its
completed. But not my RB console app.
Any ideas as what I'm doing wrong?
-Bill
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
|