Qt-interest Archive, March 2002
qsocket
Message 1 in thread
Hallo Listener!
I have a small problem.
I write an server-client-application using MySQL-Database (later using
other databases too). I want to send the tablenames, columnsnames and
rights for and column to the client.
I send in a short time more than 10 sockets from the server, written in C
and try to read the sockets with my Qt-application.
When i use a c++-application without Qt it works, but when i try to use
QSocket the application only read 2 sockets from 19. When i send the
sockets with a timer from a second, it works.
Where is my problem.
Using RH-Linux, gcc3/g++3, Qt3-3.0.2.
Reason for using QT.
Writing a linus-server-application with client-application for linux and
windows. So i want to use Qt.
--
[ signature omitted ]