[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MiNT] stacksize for app using sockets
- To: MiNT mailing list <mint@fishpool.com>
- Subject: Re: [MiNT] stacksize for app using sockets
- From: Guido.Flohr@t-online.de (Guido Flohr)
- Date: Sat, 30 Dec 2000 10:08:28 +0100
- In-reply-to: <aMail1.26b.20001229121550.1027100827@TT030>; from atari@bright.net on Fri, Dec 29, 2000 at 12:15:50PM -0500
- Mail-followup-to: Guido Flohr <guido@flohr.as>, MiNT mailing list <mint@fishpool.com>
- References: <aMail1.26b.20001229121550.1027100827@TT030>
- Sender: owner-mint@fishpool.com
- User-agent: Mutt/1.2.5i
Hi,
On Fri, Dec 29, 2000 at 12:15:50PM -0500, Lonny Pursell wrote:
> I've discussed this with Odd before on IRC and have forgotten.
> The value 32k comes to mind, but I am not sure.
> What is the recommended minimum stack size one needs for
> a program that would implement mintnet socket calls ?
MiNTNet does not require an extraordinarily large stack, at least not that
I know. I have enlarged the default stack in the MiNTLib some time ago, I
think it is now 32k. That should be sufficient for most programs.
Apart from that you can only try and error by subsequently testing
different stack sizes.
Ciao
Guido