|
So, i have spent some time thinking about these features over the last few months and the goal of this topic is to discuss these features and hopefully let them end up in the Projects forum as bounties so we can fund the development together.
I have been...
Started by dspaan on
, 15 posts
by 8 people.
Answer Snippets (Read the full thread at net):
Some carriers signal an immediate generic disconnect code when.
Zero second NAs don't mean a thing.
|
|
Can windows detect when a monitor, mouse or keyboard is disconnected from the computer? If so what Win32 API is used for this?
Started by gath on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Not sure about the monitor, but the keyboard and mouse being disconnected should fire off a WM.
|
|
What are advantages & disadvantages of connected & disconnected Architecture (database) over one another in asp.net ?
Started by kedar kamthe on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Could you clarify what you mean by "disconnected"?
With regards to ASP.NET, a "disconnected" architecture usually refers to one in which data.
Nature of ASP.NET requires a connected model.
|
Ask your Facebook Friends
|
Someone I know wants to use diconnected recordsets in an application. To me it sounds like if I have a ORM tool there would really be no need to even touch disconnected recordsets. The way I understand it with ORM the ORM takes care of not hugging connections...
Started by Ramiro on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
An example of when you would still want to use a disconnected recordset, even.
Perhaps this isn't quite what you had in mind but it is a valid answer to your question i.e .
Is disconnected by definition.
|
|
I have a graph which contains an unknown number of disconnected subgraphs. What's a good algorithm (or Java library) to find them all?
Started by Ollie G on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
When there are no more" or "there are two....
With a list of disconnected nodes
JGraphT is a nice open source graphing library licensed under that it is not reachable from our earlier node and is thus in a different disconnected component.
|
|
What are your experiences with the latest version of NHibernate (2.0.1 GA) regarding disconnected scenarios?
A disconnected scenario is where I fetch some object graph from NHibernate, disconnect from the session (and database connection), do some changes...
Started by Patrick Peters on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The main reason to move in this direction is not NHibernate... .
This means, the detached entities are not directly sent to the client anymore, but specialized objects .
Now we are moving to DTO (data transfer objects).
We tried this in a client-server architecture.
|
|
Hi, In C++ program the call to method of coclass returns the error 0x80010108 (The object invoked has disconnected from its clients). What may be the causes of that?
Answer Snippets (Read the full thread at stackoverflow):
That could be a reference count problem....
Or decided to exit even though there were still active interface references .
It probably bombed.
It tells you that the server .exe stopped running.
It is an RPC error, you'll see it when you use out-of-process COM .
|
|
I am in need of a piece of code that can detect if a network connection is connected or disconnected. The connected state would mean a cable was plugged into the Ethernet connection. A disconnected state would mean there is not cable connected.
I can'...
Started by Bobby Cannon on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
You can do the same.
When NDIS sends out notifications (like MEDIA_CONNECT and MEDIA_DISCONNECT).
|
|
Hello,
I have to design an application is mostly an interface with a database for data entry. The application must be able to work while it is disconnected from the database with cached data and insert that data when it has connection again. There will...
Started by SoMoS on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
As answered already, ado.net fill DataSet (in memory), use that DataSet while you are disconnected, when you connect update.
ADO.NET in disconnected mode [PDF link] can be your starting point.
|
|
Part 1:
If I am configuring a router of ssh, and I am connected via the IP of the default route on that router, as soon as I change the default route to another interface / IP, I am thinking the replies will start being routed out that different interface...
Started by Kyle Brandt on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
You say you 20.20.20.20, your SSH session may hang for ... .
Yes, you will be able less to remember :)
As to whether your session will be disconnected - it depends.
My experience is:
Yes, you will get disconnected.
I've done a lot of times.
|