|
Hi all,
I am not a network expert (please pardon my bad explanation), but this problem has made me very upset.
In my office internet is shared among 15 users with the help of a wireless ADSL2 router. Actually this router is connected to another ADSL2 ...
Started by Gaurav Sharma on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
At home I have the same problem currently.
On the other hand, if it is every device, this is almost of log of when it disconnects and look for patterns.
Be the router just can't keep up.
|
|
Related posts didn't answer my question.
I have a server which does something like:
EVERY TWO SECONDS DO: if the inputstream is not null { if inputStream.available() is 0 { return } print "handling input stream" handleTheInputStream(); }
Even after my...
Started by jbu on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
This assumes that the method operating on this stream has access to the Socket object and not just.
|
|
I am working on a client-server application. The client continuously reads data from server, so when a server is closed or disconnects then the client crashes. I tried a try / catch block, but it didn't work. My client application is written in C++. I...
Started by Ummar on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
So, just enclosing your library calls in a try-catch block might.
A try-catch block won't help you.
Without more details about the error, we are all just.
MSDN or HERE for more detailed information.
|
Ask your Facebook Friends
|
I have a Belkin G Wireless Router, purchased a few months ago.
The network disconnects very often when performing large downloads, or when doing many Internet related tasks, or just randomly. In-fact, what one user is doing usually ends up disconnecting...
Started by Gygin on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at superuser):
Second, work your way through the channels and see if ... .
See if the drops are still occurring.
First, unplug your cordless phone from power.
Check the link
With that said and out of the way, here's a couple of things to try .
Belkin routers aren't great.
|
|
Is there any plan to stop these sudden disconnects that occur when running next to walls/pillars/objects?
Started by Conradical on
, 18 posts
by 16 people.
Answer Snippets (Read the full thread at battle):
I have dcd so many times, in the arena.
I know just about everyone has this issue.
Is there any plan to stop these sudden disconnects that occur when running next to walls /pillars this normally.
|
|
Ok, kind of a stupid question, but I'm asking anyways. I have quick disconnects on the front. Can some explain exactly what they are, and when to disconnect them? Thanks!
Started by JPetru82 on
, 14 posts
by 8 people.
Answer Snippets (Read the full thread at jeepforum):
It's just something to look into.
Have that problem any more.
|
|
Hi all,
I'd like to know whether it's possible to easily detect (on the server side) when Flex clients disconnect from a BlazeDS destination please? My scenario is simply that I'd like to try and use this to figure out how long each of my clients are ...
Started by Alex Curtis on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
First step would be to check the documentation a disconnect event (or it's not ....
I would assume BlazeDS would provide a callback or event for when a client disconnects, but I haven't worked with Blaze so that would just be a guess.
|
|
I have a Windows XP SP2 machine with Hamachi service running. Usually I connect to it using Remote Desktop, and when I disconnect I can't connect to it again because the Hamachi VPN is down. How to prevent the Hamachi service to stop?
I am sure that Hamachi...
Started by Jader Dias on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
The only other thing I could think of is maybe the hamachi... .
As a service, then it should not matter whether you just disconnect from the RDP sesssion, or log off the microsoft rdp client just click the "X" at the top bar of the screen.
|
|
I've got an external hard-drive caddy and a standard SATA IDE drive running my backups, archive and Time Machine.
It's started disconnecting seemingly randomly, always unexpectedly.
I get the standard 'Device Removal' warning, 'not properly put away'....
Started by Michael Rose on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
The work fine connected to my iMac, it's just my was designed in such a way that it became very easy to disconnect the cables inside with a small knock.
I have the same issues but with Lacie drives.
|
|
It's inconvenient to lose code just because ssh decided to drop my connection. How can I avoid that? What if I'm forwarding an X11 connection over the connection?
Started by joeforker on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
Later you can reconnect not close the window - just "un-splits" the console by removing a region).
MySession
During your session you can disconnect using "Ctrl-A d".
|