Max Schwemlein schrieb: > Hi, > > 'cause I want to run tah-client on multiple network computers with > double-core cpu, I configured the client like this: > > # if set to 0 the zip files will get renamed to zip_uploaded after upload. > DeleteZipFilesAfterUpload=1 > # set UploadToDirectory to 1 to enable uploading to a common upload > # directory from which one central client can handle all the uploading > UploadToDirectory=1 > UploadTargetDirectory=/tmp/uploadable > # If set to 1 or greater, it will enable forking to render several zoom > levels to SVG simultanously > # Fork = n -> use 2*n parallel processes for rendering to svg > Fork=1 > > On my first machine I run two instances, according to [1]. "perl > tilesGen.pl loop" and "perl tilesGen.pl upload_loop" > Now I'm wondering, 'cause both instances try to upload files. I thought, > only the "upload_loop"-instance should upload, now. And according to my > current active requests [2], no rendered file seams to be uploaded.
you don't need the separate uploader if you use forking. But if you wish to use a separate uploader the uploader has to have /tmp/ as it's working directory. That working directory must be different from the rendering client's working directory, and you need to make sure the config of the uploader does NOT have UploadToDirectory set. -- Dirk-Lüder "Deelkar" Kreie Bremen - 53.0952°N 8.8652°E
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Tilesathome mailing list [email protected] http://lists.openstreetmap.org/listinfo/tilesathome
