RE: Performance Problems using Service Pack 1 for .NET Framework 1.1

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Sven (Sven_at_discussions.microsoft.com)
Date: 12/16/04

  • Next message: Jon Skeet [C# MVP]: "Re: where are my threads blocking problems?"
    Date: Wed, 15 Dec 2004 23:47:04 -0800
    
    

    During last night i limited the scope of the problem:

    The slow code is a recursive function, calling "Select" on a DataSet. The
    result is parsed in a "foreach" loop.
    Additionally there are some "Convert.ToBoolean" and
    "Convert.ToInt32" from type object
    (like Convert.ToInt32( mydataset["COLUMNNAME"] ) )

    I'm still without idea
    -please help-
     


  • Next message: Jon Skeet [C# MVP]: "Re: where are my threads blocking problems?"

    Relevant Pages

    • Re: typeof eval("(function F(){})")
      ... eval uses the calling context's scope. ... When eval is called with a string argument, an execution context is entered using the what is known as the "calling context's" scope and `this` value. ...
      (comp.lang.javascript)
    • Re: are objects assosiated with the thread they are created on?
      ... >> the objects (which is easely fixed by calling Invoke()). ... > - variables created in a routine's scope are created ... > a method Foo and Foo creates a local variable bar will have its own bar ... > resources to a single thread, ...
      (microsoft.public.dotnet.general)
    • Re: are objects assosiated with the thread they are created on?
      ... > the objects (which is easely fixed by calling Invoke()). ... - variables created in a routine's scope are created ... a method Foo and Foo creates a local variable bar will have its own bar ... resources to a single thread, ...
      (microsoft.public.dotnet.general)
    • Re: typeof eval("(function F(){})")
      ... in IE8 it gives "undefined". ... eval uses the calling context's scope. ... var a = 9; ...
      (comp.lang.javascript)
    • Re: Problem with require_once
      ... I guess I am not making myself clear to you Rik. ... In the calling file I have a function into which I pass $dbCon as $con. ... for it directly into the calling module, ... Then I guess it's a scope issue: $dbCon is not in scope in the function ...
      (comp.lang.php)