Writing multi-threaded mysql application

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

    Writing multi-threaded mysql application

    Hi,

    I'm new to multi-threaded programming and reading the book "Programmin g
    with POSIX Threads" and
    trying to understand concepts and coding.

    What I'm trying to do is to rewrite mysql client application (which
    calculates ISP dial-up customers' billing)
    into multi-threaded version.

    I'm looking for some resources on multi-threaded mysql application
    programming and
    it will be great if somebody knows some tutorials, samples and howto
    documentations on the web.

    I searched the web and didn't find anything related to mysql multi-threaded
    programming.

    I tried to look at mysql.cc code but didn't find any mysql_thread_in it()
    calls in the source.

    thanks in advance,

    Ganbold


    --
    MySQL General Mailing List
    For list archives: http://lists.mysql.com/mysql
    To unsubscribe: http://lists.mysql.com/mysql?unsub=m...ie.nctu.edu.tw

Working...