2
votes
3answers
56 views
Reliable bidirectional communication to a Linux process?
What is the reliable way of implementing bidirectional communication to a Linux process?
I see that popen does not seem to support "r" and "w" access at the same time... or at lea …
5
votes
10answers
149 views
Communication between two separate Java desktop applications
I'm looking to develop two separate (but related) Java desktop applications.
I want the ability for one application to trigger the other, passing in data that can then be edited a …
63
votes
31answers
2k views
Programmer, not a blogger
I need advice from people who might understand where I'm coming from. I'm the lead engineer on a software product. The company I'm working for recently expressed serious interest …
35
votes
35answers
2k views
Are there any good metaphors for explaining project complexity to a non-programmer?
It was just mentioned that I'm "not exactly building the Sistine Chapel." This is true, but I am building a freight management application, which isn't exactly as simple as drawin …
1
vote
3answers
72 views
How do two android applications talk to each other?
Guys
What is the general communication architecture for two android applications?
Case 1:
I have two android applications,
a) One is a server that waits for client request, pr …
0
votes
2answers
69 views
How to connect to a sql database using classic asp?
Help please solve this problem.
Never mind
0
votes
2answers
24 views
How to run WCF IPC (http) on localhost without requesting administrative privileges?
We're developing a set of applications that need to communicate with each other on the user's session. These applications do not require any administrative privileges to run, but a …
0
votes
3answers
66 views
Communication between Windows Client and Linux Server
Hi there,
I want to provide my colleagues with an interface (using Windows Forms or WPF) to control the states of virtual machines (KVM based) on a linux host. On the command line …
0
votes
1answer
57 views
How can i CloseComm, OpenComm, WriteComm and ReadComm with the windows unit?
I have an old comm unit that uses WinTypes,WinProcs. As i understand these were merged too the Windows unit.
Are there similar functions in the Windows unit?
0
votes
2answers
507 views
iPhone TCP/IP Socket Server/Client Program
I have read a lot of questions regarding this subject on this website however they didn't quiet answer my question. If you can't be ### about my goal or background skip to the ques …
0
votes
1answer
54 views
What are the methods of communication between Silverlight and server side?
Background:
I have basically no experience in Silverlight, i was asked to start reading up on the tech and provide some insight for client which may want to rebuild the UI of their …
0
votes
1answer
86 views
Microsoft API for Serial Communication - C#
I am trying to get two windows mobile devices to communicate with each other.
The API I am using (EMDK) says:
Any Microsoft API can be used for serial communication after the pai …
1
vote
3answers
108 views
Communicate between AIR(Flex) and C++ Applications
I need to be able to communicate between two applications that reside on the same machine. One is using Flex and the other is in C++. I would like to be able to call functions an …
1
vote
3answers
121 views
Cross iPhone communication using mono touch
Does mono touch allow you to do cross iPhone communication? (iPhones in the same room)
If so, what's the API?
2
votes
1answer
61 views
Getting live data from the iPhone on the Mac
Hi, I'm experimenting with the sensors of the iPhone. At the moment I visualize the data of the accelerometer by logging it to a file, downloading the file via Xcode and loading th …
