|
Thank you all for your help. A number of you posted (as I should have expected) answers indicating my whole approach was wrong, or that low-level code should never have to know whether or not it is running in a container. I would tend to agree. However...
Started by Mark on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
running all unit tests after changing one line, they run too slowly) so that you get quick feedback; }
The getSpecialClassNameFor method would return a class that is unique for each Application Server ( and may return running....
|
|
Hey there can anybody help me in doing this project i m nt able to do it alone =(
The project is divided into phases Phase 1 : In this phase, you will develop your application layer of your network protocol stack. The application layer will provides some...
Started by shizy on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
My advice would....
Then you should define to ask yourself, such as what the calling mechanism is, whether the application layer in the protocol your operations.
Stack is running at the same privilege level as your application and so on.
|
|
My Application Data Directory is currently mapped to a directory on a network drive. The network is incredibly slow and it causes every single application which accesses that directory to freeze. I feel like I am losing about 75% of my productivity to...
Started by Bob on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Generally....
Some applications provide a feature to move a data directory, however many apps once installed do not provide an automated means to move the data this in the past.
This very much depends on the application itself.
|
Ask your Facebook Friends
|
I would like to determine the network usage of my application. It uses various methods for data transfer (web services, net.tcp WCF contracts, P2P contracts) so I guess I'm interested in the statistics for the running process. Something like uTorrent ...
Started by alphabeat on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Is does more than you are asking for as it allows packet inspection... .
Nice analysis tools so you can capture the network traffic from your application and look at its IO, or by protocol
Wireshark is a very powerful network analysis tool.
|
|
Is there any way to determine if an XBAP (WPF hosted in a browser) application has network connectivity? If not, how would a traditional windows client written in C# and .NET determine if it has connectivity?
Basically the use case is an XBAP application...
Started by Justin Ethier on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
String data = " "; byte[] buffer = Encoding.ASCII.GetBytes(data); int timeout.
IPAddress> IPAddresses { get { _ipAddresses.Clear(); // Get a listing of all network adapters of data to be transmitted.
|
|
My iPhone application supports a proprietary network protocol using the CocoaAsyncSocket library. I need to be able to send a network message out when my iPhone application is closed. The code that sends the message is getting called from the app delegate...
Started by bvanderw on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Perhaps you can have it run in response to a button tap, and time how long it runs....
The iPhone OS is controlling is really taking more than 5 seconds to run.
Button to shut your app before your application actually terminates.
|
|
Should I use a dedicated network channel between the database and the application server?
...or...
Connecting both in the switch along with all other computer nodes makes no diference at all?
The matter is performance!
Started by Daniel Silveira on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Assuming the NICs are running at the same rate the front-side and data-sides on different....
It depends on your non-functional requirements.
If you absolutely need the lowest.
It all depends on the throughput needs of your application.
|
|
I am getting the error: "The Network Adapter could not establish the connection" from a web application deployed in Oracle Application Server 10g. The database is local, so there shouldn't be any connection issues.
First test: I can connect to the DB ...
Started by Noah on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Similar problem(able to connect through client but not web application) with Oracle XE when running:thin:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1521)))(CONNECT_DATA.
|
|
I am working on an eclipse app that has got multiple views. From these views I have to access some data over the wire. An error is thrown in following scenario.
Step 1: Start app, everything works fine.
Step 2: Disable network
Step 3: Enable Network
Step...
Started by Duleb on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Typically the JVM will respond to either Ctrl-\ when running at a terminal.
Out of your app.
|
|
I have searched through google and SO for possible answers to this question, but can only find small bits of information scattered around the place, most of which appear to be personal opinion.
I'm aware that this question could be considered subjective...
Started by Jay on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Should the update be visible to the user or run behind the scenes from a UI if it is not a major ....
The update check and exactly why? Ask the user.
Mobile data plan, or she just doesn't like the idea of an application phoning home.
|