Dacedos wrote: > > I prefer not to use my hard disk because they are only temporary files. >
You should be aware that especially in server contexts use of temporary files instead of memory is quite an advantage as soon as you have to consider scalability. Attempting not to use them is IMO understandable only if there are restrictions to that effect of the existing environment. And in that case these server restrictions had better be worked on. Dacedos wrote: > > I read the file from a content management repository then some people > maybe get probles to write temp files in the server. And it could become > in a problem if we want to migrate and the new server uses a different > path, SO or permissions . > If you read files from a CM repository, no one else but you needs to write temp files on the server, do they? Paths which might differ after migration should be configurable after all. Requirements of your application should be documented; thus, any migration project should be aware of them. Regards, Mikel -- View this message in context: http://www.nabble.com/digital-signature-%2B-water-mark%2C-same-flow--tp23811046p23822154.html Sent from the iText - General mailing list archive at Nabble.com. ------------------------------------------------------------------------------ OpenSolaris 2009.06 is a cutting edge operating system for enterprises looking to deploy the next generation of Solaris that includes the latest innovations from Sun and the OpenSource community. Download a copy and enjoy capabilities such as Networking, Storage and Virtualization. Go to: http://p.sf.net/sfu/opensolaris-get _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php Check the site with examples before you ask questions: http://www.1t3xt.info/examples/ You can also search the keywords list: http://1t3xt.info/tutorials/keywords/
