Deutsch   English   Français   Italiano  
<vps023$3il4u$1@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!weretis.net!feeder9.news.weretis.net!news.quux.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail
From: Harald Oehlmann <wortkarg3@yahoo.com>
Newsgroups: comp.lang.tcl
Subject: Re: Performance and Memory issues with Windows 11
Date: Fri, 28 Feb 2025 10:36:02 +0100
Organization: A noiseless patient Spider
Lines: 31
Message-ID: <vps023$3il4u$1@dont-email.me>
References: <vo51ks$3dt3a$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Fri, 28 Feb 2025 10:36:03 +0100 (CET)
Injection-Info: dont-email.me; posting-host="bde6e66b6962810076e5e3d505def8af";
	logging-data="3757214"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX19XcZecvU9iy7/vsDaz11rZ"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:JY0C2ASFH1SmRSoxundWc2cpqf4=
Content-Language: en-GB
In-Reply-To: <vo51ks$3dt3a$1@dont-email.me>
Bytes: 2074

Am 07.02.2025 um 14:25 schrieb Harald Oehlmann:
> Dear Tcl/Tk group,
> 
> is anybody aware of any issues with Windows 11?
> 
> I updated my laptop from Windows 10 to Windows 11 and all Tcl programs 
> feel 10 times slower.
> They are apparently waiting for something I don't know.
> A client reports of an error box "unable to realloc 90500 bytes" which 
> apprears after a day of not using the program.
> 
> This is TCL 8.6.16 (or 8.6.13 in the client case) compiled with MS-VC6.
> I know, the move to TCL 9 and a more recent compiler is pending.
> 
> Does anybody has an idea here?
> 
> Thanks for all,
> Harald

Thanks for all the replies.
I was still using TCL 8.6.13 32 bit starkits (from Ashok), extensions 
compiled with MS-VC6.
I am making first steps with TCL/Tk 9 and x64 platform, compiled by VS2022.
The increased speed is AMAZING !
It feels like 5 times faster.

Specially, file write often took a long sleep. This is gone.

Thanks for all this awesome work!
Harald