[Serusers] Duplicated querys/entries
Bogdan-Andrei IANCU
iancu at fokus.fraunhofer.de
Thu Oct 7 11:04:20 CEST 2004
As I said, the problem is your script doesn't finish the request
processing neither by sending a reply, neither by forwarding it.
Try to add at the end of your original script either:
t_reply("400","Hello world");
or
t_relay();
bogdan
Rodrigo P. Telles wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi Bogdan,
>
> Bogdan-Andrei IANCU wrote:
> |
> | No log or query are duplicated. You can notice that the logs are
> | generated by different process (they have different pid at the
> beginning).
> | Since your script doesn't forward or reply on the requests, my guess is
> | you are dealing with request retransmissions, and multiple logs are a
> | side-effect of these.
>
> It was my first guess (about retransmissions).
More information about the sr-users
mailing list