James, None of y'all actually, never really saw any good horrors there :). Different place entirely.
One script to manage real estate listings I'm thinking of specifically had a database connection built, 1 row changed, and then tore down the db connection, inside a loop handler for 5k-25k entries among other horrors. When I rewrote the script, it went from taking about 5 hours to run, to about 6 minutes. -Blake On Fri, Jun 27, 2014 at 1:03 PM, James Sizemore <[email protected]> wrote: > Eric's, Leon's or mine? Curiosity has got the better of me. > >> On Jun 27, 2014, at 11:12 AM, Blake Dunlap <[email protected]> wrote: >> >> Its used to have different language strings. My issue wasn't with the >> internationalization, i understand the reasons for that, it was the >> implementation. Making the string itself a variable reminds me of some >> scary perl I've seen. >> >> -Blake >> >>> On Fri, Jun 27, 2014 at 10:56 AM, Jack Coats <[email protected]> wrote: >>> OK, how does that support internationalization? >>> >>> >>>> On Fri, Jun 27, 2014 at 8:44 AM, John R. Dennison <[email protected]> >>>> wrote: >>>> >>>>> On Fri, Jun 27, 2014 at 08:43:20AM -0500, Tilghman Lesher wrote: >>>>> I suspect the reason has more to do with internationalization. >>>> >>>> Ding ding ding. We have ourselves a winner. >>>> >>>> >>>> >>>> >>>> John >>>> -- >>>> "The surest way to corrupt a youth is to instruct him to hold in higher >>>> esteem those who think alike than those who think differently." >>>> >>>> -- Friedrich Nietzsche >>> >>> >>> >>> >>> -- >>>> <> ... Jack >>> >>> "Whatever you do, work at it with all your heart"... Colossians 3:23 >>> "If you are not part of the solution, you are part of the precipitate" - >>> Henry J. Tillman >>> "Anyone who has never made a mistake, has never tried anything new." - >>> Albert Einstein >>> "You don't manage people; you manage things. You lead people." - Admiral >>> Grace Hopper, USN >>> "a nanosecond is the time it takes electrons to propigate 11.8 inches" - " - >>> http://youtu.be/JEpsKnWZrJ8 >>> "Life is complex: it has a real part and an imaginary part." - Martin Terma >>> >>> -- >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "NLUG" group. >>> To post to this group, send email to [email protected] >>> To unsubscribe from this group, send email to >>> [email protected] >>> For more options, visit this group at >>> http://groups.google.com/group/nlug-talk?hl=en >>> >>> --- >>> You received this message because you are subscribed to the Google Groups >>> "NLUG" group. >>> To unsubscribe from this group and stop receiving emails from it, send an >>> email to [email protected]. >>> For more options, visit https://groups.google.com/d/optout. >> >> -- >> -- >> You received this message because you are subscribed to the Google Groups >> "NLUG" group. >> To post to this group, send email to [email protected] >> To unsubscribe from this group, send email to >> [email protected] >> For more options, visit this group at >> http://groups.google.com/group/nlug-talk?hl=en >> >> --- >> You received this message because you are subscribed to the Google Groups >> "NLUG" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/d/optout. > > -- > -- > You received this message because you are subscribed to the Google Groups > "NLUG" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nlug-talk?hl=en > > --- > You received this message because you are subscribed to the Google Groups > "NLUG" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- -- You received this message because you are subscribed to the Google Groups "NLUG" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nlug-talk?hl=en --- You received this message because you are subscribed to the Google Groups "NLUG" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
