Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ Core » [Solved]XML Rpc client will halt when server is not running
Re: XML Rpc client will halt when server is not running [message #36624 is a reply to message #36620] Thu, 21 June 2012 17:16 Go to previous message
kasome is currently offline  kasome
Messages: 78
Registered: July 2008
Location: Taiwan
Member
i try the latest u++ r5074, and it works well now, not halt anymore.

but i still can't use Timeout nor RequestTimeout, i.e.

 XmlRpcRequest call( "127.0.0.1:1234" );
 call.Timeout(1000);        // VS2005 compile error
 call.RequestTimeout(1000); // VS2005 compile error


because XmlRpcRequest is private inheritance from HttpRequest,

how about change

 class XmlRpcReques : HttpRequest


to

 class XmlRpcReques : public HttpRequest ?




and thanks. Smile

[Updated on: Sun, 24 June 2012 04:30]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Previous Topic: What`s the corect way to use TimingInspector?
Next Topic: How to add 6 months to a date?
Goto Forum:
  


Current Time: Wed Aug 27 09:24:06 CEST 2025

Total time taken to generate the page: 0.05626 seconds