T
Thomas Pettersen
Hi!
I have a wierd thing going on to an application that we have deployed in
Norway, Denmark and Sweden.
We're doing a lot of looping where we're checking dates, converting dates
and numbers.
The following code takes with English U.S. Settings (+ Norwegian and danish)
2.6 seconds on my computer.
When I change to Swedish it takes more than 6 seconds.
For i = 0 To 3000000
blnResult = IsNumeric(strTest)
Next
I have changed convert and isnumerics-methods to faster methods, but we're
using XML-serialization on quite big objects with a lot of dates, and we
have the same performance problem there.
Is this a bug in Windows? I've tried this on WinXP, but it also occurs on
Win 2003 server. Can anyone in Microsoft explain the reason for this? (or
send me a bugfix. )
Thomas Pettersen
SKUM
I have a wierd thing going on to an application that we have deployed in
Norway, Denmark and Sweden.
We're doing a lot of looping where we're checking dates, converting dates
and numbers.
The following code takes with English U.S. Settings (+ Norwegian and danish)
2.6 seconds on my computer.
When I change to Swedish it takes more than 6 seconds.
For i = 0 To 3000000
blnResult = IsNumeric(strTest)
Next
I have changed convert and isnumerics-methods to faster methods, but we're
using XML-serialization on quite big objects with a lot of dates, and we
have the same performance problem there.
Is this a bug in Windows? I've tried this on WinXP, but it also occurs on
Win 2003 server. Can anyone in Microsoft explain the reason for this? (or
send me a bugfix. )
Thomas Pettersen
SKUM