Tagged Questions
The time-wait tag has no wiki summary.
6
votes
4answers
3k views
What is the cost of many TIME_WAIT on the server side?
Let's assume there is a client that makes a lot of short-living connections to a server.
If the client closes the connection, there will be many ports in TIME_WAIT state on the client side. Since ...
3
votes
4answers
1k views
How to show a splash screen to kill the time while data is loaded?
When starting my app I at first have to read in some data, have to init some forms and so on.
For that time the user sees just grey getting-ready to show something forms.
This lasts for a few ...
2
votes
2answers
669 views
sleep without freezing gui vb6
I need to wait for some events in my application, or wait for somew time to elaps before doing some other stuff
i tried this pseudo code in vb6
starttime=gettickcount
do
endtime=gettickcount
if ...
2
votes
1answer
262 views
No TIME_WAIT connections, why?
If I have sysctl tw_reuse=0 and tw_recycle=0, and netstat doesn't report any TIME_WAIT connections, that means...? It's local network connections between two servers, A -> B, A has TIME_WAIT ...
2
votes
2answers
269 views
Why does java thread wait() work only with time limit in here?
I am trying to get familiar with Java threads for the SCJP and I had a question.
In the below-written code i simply created:
two Runnables with
a common data storage (an array) and
a synchronized ...
2
votes
1answer
1k views
Perl Parallel::ForkManager wait_all_children() takes excessively long time
I have a script that uses Parallel::ForkManager. However, the wait_all_children() process takes incredibly long time even after all child-processes are completed. The way I know is by printing out ...
1
vote
2answers
57 views
How to Add Modal Box Like Waiting Cursor on WPF App
In my WPF App, there are certain time consuming actions which are activated when the user clicks a button. What I would like to do is, show the User a Modal Box like Waiting Cursor, much like its done ...
1
vote
2answers
57 views
Android - Leave A Time Between ImageButton Animations?
I have 6 ImageButton. I applied the same animation to all of them as below:
Animation anim1 = AnimationUtils.loadAnimation(this, R.anim.wave_scale);
img1.startAnimation(anim1);
...
1
vote
2answers
1k views
Difference between webdriver.get() and webdriver.navigate()
What is the difference between get() and navigate() methods?
Does any of this or maybe another method waits for page content to load?
What do I really need is somehing likeselenium`s 1.0 ...
1
vote
2answers
228 views
What if the system time changes while I'm doing timed_wait with a duration?
When using timed_wait on a boost::condition_variable with a duration, will the wait condition time out after the duration even if the user (or ntp) changes the system time?
E.g.,
...
1
vote
3answers
808 views
How can I make the android program display a layout and then wai a few sec. and the display another layout?
Hi guys I just want the program to display the layout main0 and stay for a few secounds then display layout main1 like the programs we see in any phone where an image or layout show up at the start of ...
1
vote
3answers
390 views
How to use TimeUnit.timedWait() without losing nanosecond precision?
I'm trying to implement Future.get(long, TimeUnit) in terms of TimeUnit.timedWait(Object, long).
It's not clear how to use TimeUnit.timedWait(Object, long) in a way that handles spurious wakeups ...
1
vote
3answers
7k views
Too many TIME_WAIT connections
We have a fairly busy website (1 million page views/day) using Apache mod proxy that keeps getting overloaded with connections (>1,000) in the TIME_WAIT state. The connections are to port 3306 ...
1
vote
0answers
2k views
Waiting on a threadpool in C# [closed]
Duplicate of
Wait for pooled threads to complete.
I have X number of functions waiting to be given to a threadpool and the threadpool has a maxnumber of threads as 5.I need to find a solution to ...
1
vote
1answer
790 views
TIME_WAIT on Loopback Interface
Why is it that TCP connections to a loopback interface end up in TIME_WAIT (socket closed with SO_DONTLINGER set), but identical connections to a different host do not end up in TIME_WAIT (they are ...
0
votes
2answers
131 views
TCP TIME_WAIT problem
I have read a TCP and socket programming book. I have a question,
The TIME_WAIT state of the TCP should remain 2MSL time period as
the book said. But how then a internet explore like application
...
0
votes
1answer
80 views
C#: Wait certain time on external method invocation to notify timeout
this is my question:
How could I handle a timeout on a method execution, the scenario is the following:
I have a C# .Net framework 4.0 Windows Service application. I added a reference to a external ...
0
votes
0answers
80 views
How to set code running consecutively/delay after actions
I am using Cocos2D to develop an game that needs to have a delay before moving sprites. I have tried many different methods with no success including wait, sleep, NSTimer. All these seem to do is hang ...
0
votes
2answers
429 views
Port Stuck in Time_Wait
I have a TCP Tunnel in C#. I need to open and close the tunnel which is my app between a server and a client. I'm using this to close the data connection to test out another app. I have to use ...
0
votes
1answer
69 views
Navigation not hidding after hover on next element
I need a navigation that when I mouse out, waits for 1 sec, and then hide,
I got my code here
http://jsfiddle.net/xR83q/
but it does not work correctly
Can you please tell me what I'm doing wrong?
...
0
votes
0answers
151 views
TIME_WAIT Info (reduce)
I have a ajax application that makes a request every 3 seconds, the requested page sets the header to (header("Connection: Keep-Alive, close");) then performs a database query and returns the latest ...
0
votes
1answer
138 views
iPhone - Waiting beetween 2 code line for asynchronous task to be done
I have two lines of code that are executed just before the pop of a view.
Those two lines are making some scrolling.
Because of those 3 animations, there are many things that the user don't see, or ...
0
votes
1answer
443 views
Lot of connections in TIME_WAIT
I had some networking issues on my Windows server, and find out (by using NETSTAT) that I have more than 90,000 (!) connections in TIME_WAIT which didn't closed.
I've changed the TcpTimedWaitDelay ...
0
votes
1answer
197 views
load balancing across servers
I have a web service running on 3 servers. The woreking is as follows
-Server 1 recieves user requests store it on local db and does some work on it.
-Server 2 and 3 are identical and the main work ...
0
votes
4answers
215 views
Need a better wait solution
Recently I have been writing a program in C++ that pings three different websites and then depending on pass or fail it will wait 5 minutes or 30 seconds before it tries again.
Currently I have been ...
0
votes
1answer
617 views
Wait Untill print is complete - Jquery Asp.net MVC
I am a newbie. please excuse me if it is a very basic question. I am hiding and showing CSS on window.print(). on IE8 and FF The page execution stops until i respond on print ( either print or ...
0
votes
1answer
820 views
Hibernate causing too many time_wait connections
I am using Hibernate 3 and I am facing a problem related to connections being closed.
I am using c3p0-0.9.1.2.jar and I checked onto the connections to database server opened by Hibernate, I found ...
0
votes
1answer
1k views
tcp connection in TIME_WAIT won't allow reconnect, java
After making a tcp connection to a server, I close my linux application and Socket.close() is called.
Checking netstat -pant, I see the connection is in TIME_WAIT status.
This prevents me from ...
0
votes
1answer
391 views
cakephp simpletest webtester delay/sleep function
I am using simpletest to do integration testing of my websites, and I need to tell the internal browser to wait for a certain amount of time (as the page is being redirected), and then do assertText.
...
0
votes
0answers
182 views
Wait in console [closed]
Possible Duplicate:
Pausing a batch file for amount of time
How I can make wait x sec in console (cmd), without "timeout" command?
0
votes
3answers
2k views
What's the difference between TIME-WAIT Assassination and SO_REUSEADDR
I was reading about using the SO_LINGER socket option to intentionally 'assassinate' the time-wait state by setting the linger time to zero. The author of the book then goes on to say we should never ...