0
votes
1answer
16 views
Transferring data between Remote Desktop and Client
Hello. I have an application that people use through Remote Desktop/Terminal Server. The application supports digital signatures. Well, the digital signature pad is on the client, but the program runs …
1
vote
8answers
255 views
What is the best way for two programs on the same machine to communicate with each other
I need to pass some data (integers) from one (C++) program to another (C#). What is the fastest way to do this?
0
votes
12answers
71 views
How do you communicate to teams outside of your city?
My team of 10 developers is working with another team of 10 developers, designers and BAs outside of my office to build a corporate website. There will be a lot of communication, learning and …
-1
votes
11answers
287 views
The Better You Program, The Worse You Communicate? [closed]
The secretgeek says 'good programming practices are directly opposed to good communication practices'.
I would like to hear 'How does this affects your communication?' as there are great …
0
votes
3answers
76 views
What are the major benefits of an in-person interview? [closed]
The question:
How important is it to have an in-person interview?
Related thoughts
Obviously no one can say that an in-person interview is paramount in our industry -- people are hired from across …
3
votes
6answers
117 views
+100
Send and receive data trough the power network
I'm not interested in a hardware solution, I want to know about software that may "read" modulated signal received trough the power supply - some sort of a low-level driver that would access the power …
1
vote
7answers
122 views
What is the easiest way to do inter process communication in C#?
I have two C# applications and I want one of them send two integers to the other one (this doesn't have to be fast since it's invoked only once every few seconds).
What's the easiest way to do this? …
4
votes
1answer
56 views
Reverse-engineering of communication protocols
Just curious - what are some automatic or even semi-automatic techniques for reverse-engineering of communication protocols?
I am particularly interested in the case when one's sniffing traffic and …
7
votes
5answers
145 views
What do you wish SysAdmins would do differently? [closed]
In direct response to a post on ServerFault here, the OP asked:
..what do you wish I, and other
developers you deal with, would do
differently? What things would make
life easier for you, …
0
votes
4answers
38 views
Remote Servlet Comms
I have two servlets A & B.
On B i intend to have a a method isAvailable() which A will call to check the status. If this method returns true then im going to pass it an object to B.
On doing a …
1
vote
2answers
30 views
AS3 and mySQL or XML: Saving user votes on server from a flash movie.
Hi,
A project of mine involves a flash movie (.swf) in a webpage, where the user has to pick from a number of items, and has the option to thumbs up or thumbs down (vote on) each item.
So far I have …
0
votes
3answers
43 views
Working with Distributed Teams
This question must be asked but I just want to ask it my way.
What is the best way to maximize engagement among members of distributed teams? Mostly in terms of communication,
Thanks
1
vote
2answers
50 views
GUI and windows service communication
I know since Vista, that C# can't hook a UI form directly to the windows service. This was stated on the Microsoft Site.
My question in this regard is: "What is the best mode of communication from a …
0
votes
3answers
40 views
How do you maintain technical contracts between development teams?
For example team A and team B are working on different applications that need to implement a similar feature. The feature in question relies on a database and the database is under the control of team …
0
votes
0answers
20 views
Two-way communication?
Hi, Now currently trying to combine a client and server application together so that the program itself can send and receive. I'm using NSNetservice for this program in xcode and anyone can teach how …
