Better performance

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Franck Y

    Better performance

    Hello Folks,

    I am facing a problem where i need to parse around 200 files, i have a
    bit of knowledge in PHP/Perl/Python (the magic P :-P)

    Which one would you suggest me since i have to generate a web
    interface ?
    And each one has his area of 'work'


    Thanks for your help !


  • Arnaud Delobelle

    #2
    Re: Better performance

    Franck Y <franck110@gmai l.comwrites:
    Hello Folks,
    >
    I am facing a problem where i need to parse around 200 files, i have a
    bit of knowledge in PHP/Perl/Python (the magic P :-P)
    >
    Which one would you suggest me since i have to generate a web
    interface ?
    And each one has his area of 'work'
    >
    >
    Thanks for your help !
    Python, of course.

    --
    Arnaud

    Comment

    • Bruno Desthuilliers

      #3
      Re: Better performance

      Franck Y a écrit :
      Hello Folks,
      >
      I am facing a problem where i need to parse around 200 files, i have a
      bit of knowledge in PHP/Perl/Python (the magic P :-P)
      >
      Which one would you suggest me since i have to generate a web
      interface ?
      And each one has his area of 'work'
      >
      And where's your performance problem ?

      You don't give enough details to seriously answer your question, but
      Python is a good tool for file parsing and web development anyway...

      Comment

      Working...