AW: Massiv performance difference between LC 6.5.2 and 6.6.2

2014-08-28 Thread Tiemo Hollmann TB
I could narrow down my performance issue and solve it.
I have used a third party LC library since years to change the hidden flag
of one of my files on windows.
This library worked fine up to LC 6.5.2 and takes in LC 6.6.2 about 100-300
sec to execute.
Now I replaced this library function by a plain get shell (attrib  -h
 myFile), which takes only ticks.
Since the third party library is closed source, I don't know, what else
happens in this library and what causes this delay. I will go on with the
pure shell command.
Tiemo


 -Ursprüngliche Nachricht-
 Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im
Auftrag
 von Tiemo Hollmann TB
 Gesendet: Donnerstag, 21. August 2014 10:04
 An: 'How to use LiveCode'
 Betreff: AW: Massiv performance difference between LC 6.5.2 and 6.6.2
 
 Hello Fred,
 
 no, I'm on Windows 7 and my issue seems to be related to a windows shell
 operation, changing a file flag. But not yet verified.
 
 Tiemo
 
 
 
  -Ursprüngliche Nachricht-
  Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im
 Auftrag
  von Fred Moyer
  Gesendet: Mittwoch, 20. August 2014 14:42
  An: use-livecode@lists.runrev.com
  Betreff: Re: Massiv performance difference between LC 6.5.2 and 6.6.2
 
  Is your problem possibly related to the problem that I’m having with
 6.6.2?
  When I press cmd-O, it takes forever for the open window to show up.
  It’s
 been
  suggested that this delay might be related to the fact that I have
 LiveCode
  listed in System Preferences: Security  Privacy: Accessibility. (I’m
 using
  Mac.) The delay only happens once. The 2nd time it is normal.
 
  Fred
 
  On Aug 20, 2014, at 2:02 AM, use-livecode-requ...@lists.runrev.com
wrote:
 
   Message: 13
   Date: Tue, 19 Aug 2014 19:02:48 +0200
   From: Tiemo Hollmann TB toolb...@kestner.de
   To: 'How to use LiveCode' use-livecode@lists.runrev.com
   Subject: Massiv performance difference between LC 6.5.2 and 6.6.2
   Message-ID: 005201cfbbcf$67da2e10$378e8a30$@de
   Content-Type: text/plain; charset=us-ascii
  
   Hello,
  
   When opening one of my stacks in LC 6.5.2 IDE it performs its tasks
   in
   1-2 sec. When opening the same stack in 6.6.2 it takes between 30 -
   90
 secs.
  
   The program checks a local file and some PHPs with MySQL calls on my
 server.
   I tested both IDE versions with the same stack multiple times with
   the same result, to exclude server issues.
  
   Before digging hours or days into the depth of my old stack I wanted
   to ask, if there are any known issues between these LC versions or
   hints where to look first?
  
  
  
   Thanks for any hint
  
   Tiemo
  
  
 
 
  ___
  use-livecode mailing list
  use-livecode@lists.runrev.com
  Please visit this url to subscribe, unsubscribe and manage your
 subscription
  preferences:
  http://lists.runrev.com/mailman/listinfo/use-livecode
 
 
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
subscription
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


AW: Massiv performance difference between LC 6.5.2 and 6.6.2

2014-08-21 Thread Tiemo Hollmann TB
Hello Fred,

no, I'm on Windows 7 and my issue seems to be related to a windows shell
operation, changing a file flag. But not yet verified.

Tiemo



 -Ursprüngliche Nachricht-
 Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im
Auftrag
 von Fred Moyer
 Gesendet: Mittwoch, 20. August 2014 14:42
 An: use-livecode@lists.runrev.com
 Betreff: Re: Massiv performance difference between LC 6.5.2 and 6.6.2
 
 Is your problem possibly related to the problem that I’m having with
6.6.2?
 When I press cmd-O, it takes forever for the open window to show up. It’s
been
 suggested that this delay might be related to the fact that I have
LiveCode
 listed in System Preferences: Security  Privacy: Accessibility. (I’m
using
 Mac.) The delay only happens once. The 2nd time it is normal.
 
 Fred
 
 On Aug 20, 2014, at 2:02 AM, use-livecode-requ...@lists.runrev.com wrote:
 
  Message: 13
  Date: Tue, 19 Aug 2014 19:02:48 +0200
  From: Tiemo Hollmann TB toolb...@kestner.de
  To: 'How to use LiveCode' use-livecode@lists.runrev.com
  Subject: Massiv performance difference between LC 6.5.2 and 6.6.2
  Message-ID: 005201cfbbcf$67da2e10$378e8a30$@de
  Content-Type: text/plain;   charset=us-ascii
 
  Hello,
 
  When opening one of my stacks in LC 6.5.2 IDE it performs its tasks in
  1-2 sec. When opening the same stack in 6.6.2 it takes between 30 - 90
secs.
 
  The program checks a local file and some PHPs with MySQL calls on my
server.
  I tested both IDE versions with the same stack multiple times with the
  same result, to exclude server issues.
 
  Before digging hours or days into the depth of my old stack I wanted
  to ask, if there are any known issues between these LC versions or
  hints where to look first?
 
 
 
  Thanks for any hint
 
  Tiemo
 
 
 
 
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
subscription
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


AW: Massiv performance difference between LC 6.5.2 and 6.6.2

2014-08-20 Thread Tiemo Hollmann TB
Hi Richard,
I have made some more tests this morning after a fresh restart of my
computer and no other tasks running,
Version 5.5.4: 3 sec
Version 6.1: 2 sec
Version 6.5.2: 3 sec
Version 6.6.2: 290-460 sec
So there is no real difference for me up to version 6.5.2. The huge delay of
290-460 sec in version 6.6.2 almost looks like the program waits for any
timeout or so, before going on. I will report, if I find the issue. Btw. its
on a windows 7 machine
Tiemo


 -Ursprüngliche Nachricht-
 Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im
Auftrag
 von Dr. Hawkins
 Gesendet: Dienstag, 19. August 2014 19:42
 An: How to use LiveCode
 Betreff: Re: Massiv performance difference between LC 6.5.2 and 6.6.2
 
 On Tue, Aug 19, 2014 at 10:02 AM, Tiemo Hollmann TB toolb...@kestner.de
 wrote:
 
  When opening one of my stacks in LC 6.5.2 IDE it performs its tasks in
  1-2 sec. When opening the same stack in 6.6.2 it takes between 30 - 90
secs.
 
 
 Have you timed it in LC 5 yet?  The slowdown on some things was staggering
 (and part of why I still use 5)
 
 
 --
 Dr. Richard E. Hawkins, Esq.
 (702) 508-8462
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
subscription
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode