Brook,

Are you trying to exchange Data between Systems? (Different Remote Systems or Internal Network?)
Why Not Let the Delphi Application read the data Directly rather than having CF Process
the Data and hand it over to Delphi App?

If the Applications are running on different remote machines... Here are a few options..
1. You can configure the Delphi application to read the Remote Data Store and pull data directly.
    If Dephi cant do the above, you can use JDBC Type IV Drivers to pull the data.
2. You can have a Scheduled Java Application creating the XML Doc as *.xml and the Dephi application
    can get the data from the Remote Server via HTTP/HTTPS.
    I wouldnt recommend using ColdFusion for creating XML Docs for Data Transfer or Transaction Processes,
    this can hurt the performance of CF Server Or any other application server.
3. You can use a Java Application to create large XML docs and FTP the xml doc to the remote server, where
    the Dephi application can pick it up for processing.

The best route depends on the Sensitivity, size etc of the data.

Joe Eugene
  ----- Original Message -----
  From: Brook Davies
  To: CF-Talk
  Sent: Monday, September 29, 2003 12:28 PM
  Subject: Re: CFXML use of memory


  Joe,

  I am curious, how are you creating the XML doc? What is the format of the
  data? I is based on a recordset? I ask because I am currently tasked with
  doing the same thing and want to know what is a good format for exchanging
  a CF recordset with a Delphi application.

  Brook

  At 12:14 PM 9/29/2003 -0400, you wrote:
  >I wouldnt advice creating a 10MB XML Document Via CFMX Or any other
  >Application Server. I would write a simple
  >Java Application (Win NT Scheduled Or Other) that creates the XML file and
  >let the User Download the File like
  >any other download.
  >
  >Joe Eugene
  >   ----- Original Message -----
  >   From: Eric Chataigné
  >   To: CF-Talk
  >   Sent: Monday, September 29, 2003 8:51 AM
  >   Subject: CFXML use of memory
  >
  >
  >   Hello,
  >
  >   I have to generate a XML document that contains a lot of records (the
  > size of the text file can be more than 10 Mb.
  >
  >
  >   Does anyone know how must a CFMX variable requires as RAM in regards to
  > the text docuement?
  >
  >
  >   Many thanks.
  >
  >----------
  >[

[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to