Advertisement

1 - 3 of 3 containing alltags:("C with Pthreads") (0.001 seconds)
I try to implement multi-threading on Linux using C/C++ using pthread, but got a question: how can I use the same function name from two different classes in the pthread's pthread_create? more ...
Zones: C, C++Date Answered: 10/28/2008 Grade: A Views: 37
I am developing a small-scale three-tier client-server database application.  The multi-threaded server is written in C with Pthreads on Linux and uses a MySQL 5.1 database with InnoDB storage engi...
Zones: MySQL Server, Databases, S...Date Answered: 06/25/2008 Grade: B Views: 0
I am developing a small-scale client-server database application.  The server creates a handler thread for each client request and uses connection pooling. How do I perform update transactions (...
Zones: MySQL Server, DatabasesDate Answered: 06/26/2008 Grade: A Views: 4
  • 1