On Tue, 4 Sep 2012, adam galarneau wrote:

I'm using libcurl version 7.27.0 on linux. All the curl related code runs in the same thread. As for the resolver method... I have no idea! 

I've made the classes into an executable - and it behaves the same way so it's not related to the chat server code itself. The code and exec are is in attachement. Plz do not make this code public. It may not be beautiful, but I do have a contract with my employer. =)

Now if you have the same kind of output as I do, I'll know something is wrong with the code... 

#1: if you don't want to make things public, don't post it to an open mailing list with SEVERAL public archives and 1200+ subscribers. Consider it public now.

#2: I really don't need or want your entire program as it doesn't help me one yota. I wanted to repeat the problem with a small and simple stand-alone code, not work as your source code reviewer - and by gosh, your code could use some serious code review comments.

#3: Your code doesn't use curl_multi_fdset() or even select() anywhere for the libcurl file descriptors and that tells me you've missed some of the basics of the multi interface. Please go back and read one or two multi interface examples and see how the main loops work.

--

 / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html

Reply via email to