Quote Originally Posted by yuriry View Post
You would only need to call it if you wanted to use sockets in a non-blocking way on a separate thread.
yeah thats what i need.. so i will add exec() then?

i will just call it pass some parameter and execute, I dont need the return data i dont even need to test if the socket connects or not I want to let the thread do that and the application do what it should do.. Calling the socket blocks the GUI so i put it in a thread but if i need to put thread->wait() it will block GUI too..

im just avoiding to call it as binary but if it will block the GUI then i will reconsider it..