> 1. When two or more OnGetDocument events occur at the same time,
> should I create separate threads to process each one of them,
> knowing that my event
> response will only include XML string and the XML is generated in
> real time using my framework?
ICS servers will handle hundreds of simul
Hi.
I want to build a small webserver application to interface my framework,
receiving http requests and replying with XML documents. I'd like to use
your ICS suite under Delphi XE.
The process seems to be pretty straight forward, using the OnGetDocument
event. I just have a few questions, regard