Thanks, Carl. I am thinking of put the client app into multi-threaded now. That should be more efficient if works.
I just found a link regarding that from BOINC AppMultiThread, but that looks like a server side thing. As my app is compiled in Visual Studio 2005, is a traditional multi-threaded is needed ? Or BOINC already has something for that ? Thanks, -Kun --- On Sat, 10/24/09, Carl Christensen <[email protected]> wrote: > From: Carl Christensen <[email protected]> > Subject: Re: [boinc_dev] I/O affects the performance ? > To: [email protected] > Date: Saturday, October 24, 2009, 3:28 AM > there are various ways to use > libcurl, I guess you are using the "simple" interface; > there's also an asynchronous method which may be faster, and > you can write the replies to memory and not files so you > don't have a lot of file I/O etc. you really need to > go to the curl.haxx.se website and read the docs & > newsgroups there. > > > > _______________________________________________ > boinc_dev mailing list > [email protected] > http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev > To unsubscribe, visit the above URL and > (near bottom of page) enter your email address. > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ boinc_dev mailing list [email protected] http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev To unsubscribe, visit the above URL and (near bottom of page) enter your email address.
