[PHP-DB] Re: Hi,

2008-07-04 Thread Shawn McKenzie
John Jairo Vega Angulo wrote: Hi, How are u doing these days?Yesterday I found a web of a large trading company from china,which is an agent of all the well-known digital product factories,and facing to both wholesalers,retailsalers,and personal customer all over the world. They export all

[PHP-DB] upload file

2008-07-04 Thread Ron
Hi, I dont know if this question is allowed here: i have a web interface that let's user upload file, but i have 2 servers and use dns round-robin. when a user uploads a file, it will only be uploaded on one of the servers. how can i make sure that when a file is uploaded on one server it

Re: [PHP-DB] upload file [heur]

2008-07-04 Thread Chris Verges
Hey Ron, One method that I've used in the past is to dedicate one server based on some kind of hashing algorithm (username?) to be the upload server. That server should have a unique DNS entry (www2.domain.ext) which all URLs that need upload processing refer to. The other way to do it is to