Python, Embedded linux and web development

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

    Python, Embedded linux and web development

    Regarding the platform described below, can anyone suggest from his
    experience what would be the best library choice to develop the
    following application.

    a) application that deals with data transformed via TCP sockets.
    b) reading and writing to and from sqlite3 (include Unicode
    manipulations).
    c) small web application that will be used as front end to configure
    the system (flat files and sqlite3 db are the back-end).

    Our platform is base on the Intel PXA270 processor (XSCALE family,
    which is ARM compatible) running at 312MHz.

  • Paul Boddie

    #2
    Re: Python, Embedded linux and web development

    On 27 Feb, 13:12, "Tzury" <Afro.Syst...@g mail.comwrote:
    >
    c) small web application that will be used as front end to configure
    the system (flat files and sqlite3 db are the back-end).
    >
    Our platform is base on the Intel PXA270 processor (XSCALE family,
    which is ARM compatible) running at 312MHz.
    You might want to read this article which got mentioned fairly
    recently either on comp.lang.pytho n or on some blog or other:

    Download Linux Wallpapers ✓ Get Free Linux Wallpapers in sizes up to 8K ✓ 100% Free ✓ Download & Personalise for all Devices.


    Paul

    Comment

    • bruno.desthuilliers@gmail.com

      #3
      Re: Python, Embedded linux and web development

      On 27 fév, 13:27, "Paul Boddie" <p...@boddie.or g.ukwrote:
      On 27 Feb, 13:12, "Tzury" <Afro.Syst...@g mail.comwrote:
      >
      >
      >
      c) small web application that will be used as front end to configure
      the system (flat files and sqlite3 db are the back-end).
      >
      Our platform is base on the Intel PXA270 processor (XSCALE family,
      which is ARM compatible) running at 312MHz.
      >
      You might want to read this article which got mentioned fairly
      recently either on comp.lang.pytho n or on some blog or other:
      >
      Download Linux Wallpapers ✓ Get Free Linux Wallpapers in sizes up to 8K ✓ 100% Free ✓ Download & Personalise for all Devices.

      >
      Don't know for sure if it's relevant, but this might be of interest
      too:
      Now that several bugs are now fixed in the kernel of FAPWS. FAPWS is now much more stable and resits very correctly to C10K attacks. On my Gentoo PC (1.2Ghz), Fapws can perform 3x faster than Cherrypy-3.0. Not because CP3 is bad, but because the heart of FAPWS is written in C ( libevent ). Thanks…




      Comment

      • Tzury

        #4
        Re: Python, Embedded linux and web development

        On Feb 27, 2:27 pm, "Paul Boddie" <p...@boddie.or g.ukwrote:
        On 27 Feb, 13:12, "Tzury" <Afro.Syst...@g mail.comwrote:
        >
        >
        >
        c) small web application that will be used as front end to configure
        the system (flat files and sqlite3 db are the back-end).
        >
        Our platform is base on the Intel PXA270 processor (XSCALE family,
        which is ARM compatible) running at 312MHz.
        >
        You might want to read this article which got mentioned fairly
        recently either on comp.lang.pytho n or on some blog or other:
        >
        Download Linux Wallpapers ✓ Get Free Linux Wallpapers in sizes up to 8K ✓ 100% Free ✓ Download & Personalise for all Devices.

        >
        Paul
        Thanks for the quick response. good article

        Comment

        Working...