To register for the forums, please contact your Digital-Clay representative.

XML Data injection

Start your own miscellaneous discussion topics for Digital-Clay related projects.
Post Reply
aperfectpoint
Posts: 4
Joined: Sun Sep 06, 2009 12:35 pm

XML Data injection

Post by aperfectpoint »

Hi,

I'm using (file) data injection to submit .xml files to database. Is there any way of adding encryption\ compression to the xml files and the server? Another problem is that I'll probably have lots of clients sending xml almost-simultaneously, so this might cause some overload...
ZevToledano
Posts: 720
Joined: Fri Apr 03, 2009 2:29 pm

Re: XML Data injection

Post by ZevToledano »

[Please use the Help forum for help questions]

Currently there is no way to encrypt or compress XML injections. Note that this would increase on the load rather than decrease. Compression would only help performance in the case of transferring XML data over a very slow network.

Encryption would mean negotiating an authentication, asymmetric keys, or SSL connection with Central and this added complexity is not planned for now. If you need privacy, then you can write the files to the local ClayCentral file system that is locked from public view.
Post Reply