You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by SanZ <sa...@yahoo.it> on 2003/06/01 00:16:05 UTC

[users@httpd] Slow Answer

Hello,
     I made a module that verify signed XML documents that was received via forms with xml body.
Also i have a filter (fast) that deletes the headers from the form and keep only the body.
The module should answer to the client "ok or not ok"
...

Problem:
Why it does take so much time to answer to the client???


in httpd.conf
LoadModule upload_module      modules/libmodupload.so         #the filter
LoadModule mod_finalespezzatoPOST_module modules/libmodfinalespezzatoPOST.so
#the module for verify the XML signed
LoadModule mod_finalespezzato_module modules/libmodfinalespezzato.so
#the module that signs the XML documents (via GET requests)

AddInputFilter upload-filter .xml
UploadField file.xml
#the registration of the filter


Any Hints?
Thanks in Advance.
SZ


______________________________________________________________________
Yahoo! Mail: 6MB di spazio gratuito, 30MB per i tuoi allegati, l'antivirus, il filtro Anti-spam
http://it.yahoo.com/mail_it/foot/?http://it.mail.yahoo.com/

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org