sandra ruiz wrote: > hi, list..i'm not quite sure if this problem its because of > Weware..but when a user makes double click > on a button in a form the server crash down..and returns a blank page. > > when i look for in the log of apache I get this error: > > [Fri Oct 24 16:15:31 2003] [error] [client 192.168.25.20] (20507)The > timeout specified has expired: ap_content_length_filter: > apr_bucket_read() failed, > referer:.......... > > I've looked for this error in Internet..but I've couldn't > find an answer.. > > The timeout of my apache is 5 minutes. that's enough for me. > I am using > webware 0.8 > > thanks in advance.
Need more details. Does this happen with _any_ servlet, or only with one particular servlet? If with one servlet, then what is that servlet doing when you click the button? Double-clicking the button will cause two identical requests to be POST'ed at almost the same time. If your code has thread-safety problems this is one way to trigger them... but Webware itself is capable of handling this fine. - Geoff ------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
