|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
project slow to unloadI used following FTP classes in a project recently. It takes a full minute
to stop the VB 6 IDE after referencing these classes. I'm curious what makes it take so long? The files may be found at http://www.vbforums.com/showthread.php?t=330252 where item #7 has a link to FileCourier.zip Created by Joacim Andersson 29 July 2001 CFtp Class CFtpFile Class CFtpFiles Class thanks LJB I've seen the same thing with many FTP projects, however
they all seem to run OK when compiled. Show quoteHide quote "ljb" <.> wrote in message news:%23jgVkWuvFHA.908@tk2msftngp13.phx.gbl... > I used following FTP classes in a project recently. It takes a full minute > to stop the VB 6 IDE after referencing these classes. I'm curious what makes > it take so long? > > The files may be found at http://www.vbforums.com/showthread.php?t=330252 > where item #7 has a link to FileCourier.zip > > Created by Joacim Andersson 29 July 2001 > CFtp Class > CFtpFile Class > CFtpFiles Class > > thanks > LJB > > This is the worst I've ever seen taking exactly 60 seconds. I believe the
class only wraps API functions. I don't even have to call any method. Just instantiating the class seems to cause it. It runs fine otherwise. When unloading the compiled program it isn't obvious that it takes this much time so I can't say. "Norm Cook" <normcookNOSPAM@cableone.net> wrote in message http://www.vbforums.com/showthread.php?t=330252news:11j5ffddsokabd7@corp.supernews.com... > I've seen the same thing with many FTP projects, however > they all seem to run OK when compiled. > > "ljb" <.> wrote in message news:%23jgVkWuvFHA.908@tk2msftngp13.phx.gbl... > > I used following FTP classes in a project recently. It takes a full minute > > to stop the VB 6 IDE after referencing these classes. I'm curious what > makes > > it take so long? > > > > The files may be found at Show quoteHide quote > > where item #7 has a link to FileCourier.zip > > > > Created by Joacim Andersson 29 July 2001 > > CFtp Class > > CFtpFile Class > > CFtpFiles Class > > > > thanks > > LJB > > > > > > |
|||||||||||||||||||||||