Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
5answers
2k views

MultiCast Messages to multiple clients on the same machine

Im trying to write a server/service that broadcasts a message on the lan ever second or so, Kind of like a service discovery. The message needs to be received by multiple client programs that ...
6
votes
3answers
1k views

Who's setting TCP window size down to 0, Indy or Windows?

We have an application server which have been observed sending headers with TCP window size 0 at times when the network had congestion (at a client's site). We would like to know if it is Indy or ...
4
votes
1answer
205 views

Controlling a long running and critical ISAPI process

Scenario: Client makes ISAPI call with POST to IIS 7.5 server - the call will generate mission critical output to be distributed to numerous users. (using Delphi XE with Indy 9 HTTP client in this ...
2
votes
1answer
305 views

Indy IdHTTPServer GET response parameters randomly missing

I'm writing a Delphi-based Windows server for a tablet-based HTML client. Most files are served out unprocessed, as you would expect of a web server, but a handful of special keywords are being ...
0
votes
2answers
58 views

Indy9 Get Raw Email header?

Does Indy9 have any way to get a specific raw email header (say, "Subject" or "From") which still includes the transfer-encoding (ie: has not been mangled by DecodeHeader on older versions of Delphi ...
0
votes
1answer
301 views

how to read a message from hotmail/live delphi

In my application i am trying to read a new message that came to my hotmail account. what is the best method to read email from hotmail/live.com pop3 or IMAP ? and can any one link some demo code ...
0
votes
5answers
256 views

Can my program use Indy 10 at a customer site if I wrote it to use Indy 9?

I have written a program in Delphi 7 (includes a ModBus component that uses Indy). On my machine it uses Indy 9 and works fine. It communicates well with other machines via a ModBus protocol. However, ...
0
votes
2answers
469 views

Delphi Using Indy 10

I'm using Delphi 4, and I want to create a standard non blocking socket with out the clutter of Indy code (Pv4 and Pv6). and i want to get the computers IP address and be able to ping has any one done ...