The Artima Developer Community
Sponsored Link

Java Buzz Forum
apps and their bad handling of TCPIP timeouts (SoapUI, IDEA)

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Marc Logemann

Posts: 594
Nickname: loge
Registered: Sep, 2002

Marc Logemann is founder of www.logentis.de a Java consultancy
apps and their bad handling of TCPIP timeouts (SoapUI, IDEA) Posted: Nov 15, 2006 2:34 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Marc Logemann.
Original Post: apps and their bad handling of TCPIP timeouts (SoapUI, IDEA)
Feed Title: Logemann Blog
Feed URL: http://www.logemann.org/blojsom/blog/default/?flavor=rss2
Feed Description: Marc's thoughts on Java and more
Latest Java Buzz Posts
Latest Java Buzz Posts by Marc Logemann
Latest Posts From Logemann Blog

Advertisement

Every now and then i notice how bad programs handle network problems. I am doing tcpip programming for quite some now and i dont know why this is so hard to achieve. See SoapUI in its current version. I have created a few services which only work when i am in a customer VPN. Now i accidentally double clicked on the service and SoapUI tries to retrieve some kind of WSDL definition. Of course it wont succeed because there is no route to the server, but SoapUI happily hangs in the "progress" window forever. The button "Run in background" doesnt work either then. All you can do then is to kill the app completely.

Same, but not so drastically, goes for the subversion component of IDEA. When i am in the customer VPN, i cant reach my SVN rep because the VPN soft eliminates all "normal" inbound and outbound traffic. It takes quite some time until some kind of timeout window occurs which drives me nuts.

So networks programmers out there. USE TIMEOUTS and USE SANE VALUES for them. Especially when you program blocking and non-cancelable tasks, you should be aware of the annoying potential.

Read: apps and their bad handling of TCPIP timeouts (SoapUI, IDEA)

Topic: In Java 5, 0 is not always equal to 0 Previous Topic   Next Topic Topic: DrunkAndRetired.com: [DrunkAndRetired.com Podcast] Episode 72 - A Relaxation Vertical

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use