Welcome, I have to create caption with information about downloading speed in my application using indy http get compontent.
So i\'m using tidhttp to make pos开发者_StackOverflowt requests. when i try to set connectTimeout whatever period of time it has no effect. I still wait ~5 sec before i get exception.
This question came up when tryi开发者_运维问答ng to assign the OnUDPRead event on an Indy IdUDPServer component. (DelphiXE Update 1)
i managed to fix some errors with disconnecting, now whenever a file is transferring the CPU Usage becomes 100%, i dunno what im doing wrong :S.....
I created a Delphi 2010 application. It is use by many company in the region from trusted to untrusted users. The application authenticate users with MySQL behind MD5 encrypted password. F开发者_开发技
I have been coding against a Delphi EXE (win32 desktop app) to access twitter and do certain functions.It used to use Basic authentication with the api limitation.I know I have to convert this to OAut
Which better is using default indy10 that\'s comes w开发者_运维问答ith Delphi 2007 or upgrade it to latest snapshot version and why ?
I am having trouble implementing a HTTP server with indy 10 in delphi 2007. I have set up a simple event handler for the CommandGet event.
I need to program a stateless server to execute remote methods. The client uses REST with a JSON parameter to pass the method name and its parameters. After servicing the result the session is closed.
I am having a problem with some code that was written by a developer that has now left our company, the code implements a tcpserver that responds to an XML based protocol. This appears to be working a