Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. michaeljiang

    Extreamly Slow Search?

    I have the following 2 tables table pictureinarticle{ 'id' int(10) unsigned NOT NULL auto_increment, 'articleid' int(10) unsigned NOT NULL, 'pictureid' int(10) unsigned NOT NULL, PRIMARY KEY ('id'), KEY 'pictureid' ('picutreid', 'articleid') } table article{ 'id' int(10) unsigned NOT NULL...
  2. michaeljiang

    Slow module problem?

    I have a class moduel A.pm, a non-class module B.pm and a console file C.pl. This is relationship of these 3: C.pl "use B;" B.pm "use A;" and "new A();" In "new" of A.pm, I have some codes to read a file for about 240000 lines. But it took extremely long time ( more than 5 minutes!) for A.pm...

Part and Inventory Search

Back
Top