From: Robert K. <ro...@ko...> - 2002-07-21 10:22:52
|
> > >It looks like IE is using SHFileOperation or something like that >and that function and other parts of shell are serialised. How >lame. > You found one of the main problems. All this M$-stuff is written using MFC and COM. Wile MFC is half the way MT compatible COM is only with efforts by the programmer. There exist a so called appartment model that serializes multithreaded access to com-objects. Since programmes are lazy folks this model is (if even MT is used) used in most cases. ...and lame. > >I have Windows 2000. > >JMu > >----- Original Message ----- >From: "KJK::Hyperion" <no...@li...> >To: <rea...@li...> >Cc: <rea...@li...> >Sent: Saturday, July 20, 2002 4:43 PM >Subject: Re: [ros-kernel] Re: ROS gui > > > > >>At 05.31 20/07/2002, Royce Mitchell III wrote: >> >> >>>( For example, every time I delete a large quantity of files - >>> >>> >and I do > > >>>mean every time - the computer locks up for 5 - 45 seconds. As >>> >>> >a developer > > >>>I delete a large quantity of files rather frequently, and I >>> >>> >find this very > > >>>annoying. ) >>> >>> >>I think it's a Windows 98 problem - still, I'll add this to the >> >> >wishlist > > >> >>------------------------------------------------------- >>This sf.net email is sponsored by:ThinkGeek >>Welcome to geek heaven. >>http://thinkgeek.com/sf >>_______________________________________________ >>reactos-kernel mailing list >>rea...@li... >>https://lists.sourceforge.net/lists/listinfo/reactos-kernel >> >> >> > > > > >------------------------------------------------------- >This sf.net email is sponsored by:ThinkGeek >Welcome to geek heaven. >http://thinkgeek.com/sf >_______________________________________________ >reactos-kernel mailing list >rea...@li... >https://lists.sourceforge.net/lists/listinfo/reactos-kernel > > |