Hello!

        I must build a web application that makes extensive use of images.
The system will be something like this:

-> user request a image (not static, but modified one).
        GET /myphoto.jpg&modif=black_and_white

-> have I this image previously-processed and, then, cached?
-> If so:
        -> returns the cached image
-> If not:
        -> process the image
        -> cache it
        -> return the image

        I have two different aproachs here:

1st. Build by own web-image server. Just receive requests, examine it,
processing and return.

2nd. Use apache for doing it.

        Can you help me?. Thanks in advance,
                Carlos.


  http://www.improveyourweb.com : All about web, PHP-Nuke based site
             [ Web info for and from web people: enjoy it! ]

 _______Carlos Costa Portela__________________________________________
|   e-mail:  [EMAIL PROTECTED]  |     http://www.registros.net    |
|   www: http://ccp.servidores.net  |     http://www.avisaboe.com     |
|      http://www.biologia.org      |   http://moana.servidores.net   |
|__T�dalas persoas maiores foron nenos antes, pero poucas se lembran__|

Reply via email to