php - Opening more than two connections to apache per client -



php - Opening more than two connections to apache per client -

bit of odd problem here. we're migrating website new software platform. part of migration, must re-create files 1 amazon s3 bucket another. there hundreds of thousands of files.

we must utilize software have (phpfox) this. php framework.

the job broken in segments phone call using offset in url.

basically: re-create 10 files , update database necessary increment offset 10 rinse, repeat.

the api traffic light, load on server sub 1%, however, if open more 2 tabs on 1 machine server, script begins slowing downwards proportionally, if web server (apache) queuing commands instead of running them in parallel.

we've found if open 2 tabs on many machines, scales expected. in order either saturate our uplink or set noticeable load on server, need fill room laptops. while comical, highly impractical , pain in ass. there has gotta improve way here.

i've tried increasing max spare processes, , requests per child, etc etc 10 fold , there no noticeable increment in speed. missing? how nicely tell apache temporarily allow connect many times , go nuts?

php 5.3.8 php sapi: apache2handler php loaded extensions: core date ereg libxml openssl pcre sqlite3 zlib bcmath calendar ctype curl dom fileinfo filter ftp gd hash iconv spl json mbstring mysql session standard posix reflection phar simplexml sockets sqlite imap tokenizer xml xmlreader xmlwriter zip apache2handler

mysql: mysql 5.0.92-community

thanks reading!

most web browsers have limit on number of concurrent connections they'll create given web server. i'm not sure browsers, 1 browser know can configured mozilla firefox, using fasterfox extension:

https://addons.mozilla.org/en-us/firefox/addon/fasterfox-9148/

that beingness said -- there no way can write script migration on server, rather running through web interface??

php apache api amazon-s3 phpfox

Comments

Popular posts from this blog

How do I check if an insert was successful with MySQLdb in Python? -

delphi - blogger via idHTTP : error 400 bad request -

postgresql - ERROR: operator is not unique: unknown + unknown -