NetTalk Central

Author Topic: Does their a file size limit for upload a XML file to SOAP Server  (Read 2415 times)

terryho

  • Newbie
  • *
  • Posts: 20
    • View Profile
    • Email
Hi,

   Does there a file size limit to upload a large XML file(over 100m) to a Nettalk SOAP server?

   Is it use FTP server is better?

   regards

Terry

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: Does their a file size limit for upload a XML file to SOAP Server
« Reply #1 on: December 17, 2013, 08:28:06 PM »
You can set a limit in the webserver procedure, but other than that there is no limit.

The key limit in play is the number of these large files you may receive smiltaneously. They are stored in ram as they arrive, and the server can only use a finite amount of ram (around 1 to 3 gigs).

Compressing the large XML file before uploading it won't solve the ram problem ( assuming you need to decompress it at some point) but it will make transfer a lot faster.

Cheers
Bruce