Benim Java servlet aşağıda örnek URL arayarak ("filekey" karşılık gelen) bir seferde bir dosyayı önbelleğe alır.
http://www.example.org/JavaServlet?fileKey=phAwcNAxsdfajsdoj&action=cache
Now I have 200 files I'd like to cache ... Instead of calling all these URLs manually I'd like to use fopen, curl or something else to automatically go through all these calls. Every call takes 3-8 seconds so the script has to wait until the previous call has returned the "cache read message" or do concurrent calls.
Nasıl bu dinamik URL herhangi bir fikir otomatik olarak okunabilir?
Teşekkürler.