|
|
Subject: iMac Internet Connect and Moz hang while ISP cuts me off - msg#00003
List: mozilla.devel.macosx
I am running Mozilla 1.5.1
Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.5.1)
Gecko/20031120
on Max OS X version 10.3.2 on a fairly recent iMac.
I connect via dialup and if I'm lucky I get a 44k connection from my
local fly-by-night TelCo/ISP.
It seems to take forever when the ISP disconnects me. If I happen to be
sending an email or posting to a newsgroup from Mozilla while being
disconnected by the ISP, the OS X Internet Connect goes into an endless
loop of unsuccessful attempts to reconnect and I have to restart.
The solution, of course, is to get DSL from a better provider. Until
then I am curious to know if this is a OS X problem or a Mozilla problem
and if there is anything I can do about it in the meantime.
Sincerely,
Ken Seggerman
Was this page helpful?
Thread at a glance:
Previous Message by Date:
click to view message preview
Mac OS X disk image is too large (> 40MB)?
Hi,
I made an optimized build on Mac OS X (--disable-debug,
--enable-optimize -disable-test) and then ran
make -C mozilla/xpinstall/packager
The disk image was made successfully, but its size is
over 40MB. It seems to be too large. Shouldn't it at most
around 20MB? It looks like 'stripping' (although it's an optimized) of a
sort was not done. (I saw 'stripping ...' pass by in the screen, though)
What am I missing? I didn't define MOZILLA_OFFICIAL and BUILD_OFFICIAL.
Is it the cause? Do I have to define them. I ran 'make -C ..../packager'
after defining them, but that didn't make any difference in the disk
image size created. So, if I have to, it seems that I have to define
them before beginning 'make -f client.mk build'.
TIA for any help,
Jungshik
Next Message by Date:
click to view message preview
Re: iMac Internet Connect and Moz hang while ISP cuts me off
On Tue, Jan 13, 2004 at 07:46:11PM -0500, Ken Seggerman wrote:
> I am running Mozilla 1.5.1
>
> Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.5.1)
> Gecko/20031120
>
> on Max OS X version 10.3.2 on a fairly recent iMac.
>
> I connect via dialup and if I'm lucky I get a 44k connection from my
> local fly-by-night TelCo/ISP.
>
> It seems to take forever when the ISP disconnects me. If I happen to be
> sending an email or posting to a newsgroup from Mozilla while being
> disconnected by the ISP, the OS X Internet Connect goes into an endless
> loop of unsuccessful attempts to reconnect and I have to restart.
>
> The solution, of course, is to get DSL from a better provider. Until
> then I am curious to know if this is a OS X problem or a Mozilla problem
> and if there is anything I can do about it in the meantime.
It's an OS issue. Any networking below the application layer (i.e. HTTP
for web, SMTP for mail,) is handled by the OS. Moz doesn't (and
shouldn't) care how you are connected beyond that point, so if the OS
doesn't say there is a timeout, we will keep waiting.
If reconnection is that bad, you should probably disable it (or disable
automatic connection in general if there is not an option for it.) This
should cause the OS to return errors to Moz, which will keep it from
spinning endlessly.
--
GPG public key:
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x9D5B8762
Previous Message by Thread:
click to view message preview
Mac OS X disk image is too large (> 40MB)?
Hi,
I made an optimized build on Mac OS X (--disable-debug,
--enable-optimize -disable-test) and then ran
make -C mozilla/xpinstall/packager
The disk image was made successfully, but its size is
over 40MB. It seems to be too large. Shouldn't it at most
around 20MB? It looks like 'stripping' (although it's an optimized) of a
sort was not done. (I saw 'stripping ...' pass by in the screen, though)
What am I missing? I didn't define MOZILLA_OFFICIAL and BUILD_OFFICIAL.
Is it the cause? Do I have to define them. I ran 'make -C ..../packager'
after defining them, but that didn't make any difference in the disk
image size created. So, if I have to, it seems that I have to define
them before beginning 'make -f client.mk build'.
TIA for any help,
Jungshik
Next Message by Thread:
click to view message preview
Re: iMac Internet Connect and Moz hang while ISP cuts me off
On Tue, Jan 13, 2004 at 07:46:11PM -0500, Ken Seggerman wrote:
> I am running Mozilla 1.5.1
>
> Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.5.1)
> Gecko/20031120
>
> on Max OS X version 10.3.2 on a fairly recent iMac.
>
> I connect via dialup and if I'm lucky I get a 44k connection from my
> local fly-by-night TelCo/ISP.
>
> It seems to take forever when the ISP disconnects me. If I happen to be
> sending an email or posting to a newsgroup from Mozilla while being
> disconnected by the ISP, the OS X Internet Connect goes into an endless
> loop of unsuccessful attempts to reconnect and I have to restart.
>
> The solution, of course, is to get DSL from a better provider. Until
> then I am curious to know if this is a OS X problem or a Mozilla problem
> and if there is anything I can do about it in the meantime.
It's an OS issue. Any networking below the application layer (i.e. HTTP
for web, SMTP for mail,) is handled by the OS. Moz doesn't (and
shouldn't) care how you are connected beyond that point, so if the OS
doesn't say there is a timeout, we will keep waiting.
If reconnection is that bad, you should probably disable it (or disable
automatic connection in general if there is not an option for it.) This
should cause the OS to return errors to Moz, which will keep it from
spinning endlessly.
--
GPG public key:
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x9D5B8762
|
|