Questions tagged [communication]

Communication is the activity of conveying information.

Communication (from Latin "communis", meaning to share) is the activity of conveying information through the exchange of thoughts, messages, or information, as by speech, visuals, signals, writing, or behavior.

Source: http://en.wikipedia.org/wiki/Communication

2464 questions
7
votes
3 answers

How Can I communicate with Chrome(Chrome Extension) using C#?

I want to create a bridge which can communicate between my C# application and extension. Here is the explanation of what I actually want: I have created an extension which will get details of HTML element. But starts every time I start Chrome. …
Sanket Shah
  • 461
  • 2
  • 7
  • 17
7
votes
4 answers

how to get more involvement from employees?

Once a week we have a half hour session where we talk about a few features in our application or explain a customer question to our employees(sales, support, technical services, and development). This session is to teach our employees the…
Sorskoot
  • 10,190
  • 6
  • 55
  • 98
7
votes
2 answers

Celery: Task Singleton?

I have a task that I need to run asynchronously from the web page that triggered it. This task runs rather long, and as the web page could be getting a lot of these requests, I'd like celery to only run one instance of this task at a given time. Is…
Eddie Parker
  • 4,770
  • 3
  • 35
  • 43
7
votes
3 answers

interprocess C# python real time

I'm working on a project where I'll have one application in C# and another one in Python. The C# application will continuously analyse stream of data and raise a flag each time something interesting is detected. So each time there will be an event,…
ssx
  • 184
  • 1
  • 4
  • 13
6
votes
3 answers

Linux/Mac OS X equivalents for Windows Communication Foundation

--edit-- What application development frameworks/component models for Linux and Mac OS X are analogous to Windows Communication Foundation & COM, which provide high level IPC mechanisms for manipulating/communicating with software applications? By…
corntoole
  • 127
  • 6
6
votes
20 answers

Do you chat online for work purposes?

I've worked with folks who are chatting online with their peers, constantly batting around ideas. I've also worked with folks who adamantly refuse and think it's a waste of time. Are online live chatting forums of particular use to you? Why or why…
JBB
  • 4,543
  • 3
  • 24
  • 25
6
votes
2 answers

C# .NET communicate between computers over network

How should I go about making an application with C# and .NET where, say, on one computer a button is pressed that triggers an event on the other? I saw this: Recommended way to communicate between processes running on different computers on the…
Mark Lalor
  • 7,820
  • 18
  • 67
  • 106
6
votes
3 answers

Communicating between applications?

I am very new to programming, and have had no formal training in it before so please bear with me if this is a vague question. I was just curious: how do different programs on the same computer communicate with each other? From my programming…
Munish
  • 61
  • 1
6
votes
4 answers

How can I determine the length of received bytes of UsbRequest.queue(..) method?

I have troubles with UsbRequest class in Android 3.1. This is my code: ByteBuffer buffer = ByteBuffer.allocate(4096); buffer.order(ByteOrder.LITTLE_ENDIAN); UsbRequest request = new UsbRequest(); request.initialize(mConnection,…
Slava
  • 96
  • 1
  • 3
6
votes
1 answer

All ways of JVM to JVM communication

I want a list of all the ways two JVMs can communicate. The JVMs can be local or remote. The obvious ones are Socket Communication RMI Shared Memory(File/Database) Note: I am not interested in comparing these as the way we choose depends on the…
Sundeep
  • 1,536
  • 5
  • 23
  • 35
6
votes
3 answers

Any successful profibus communications from .NET?

Has anyone successfully talked profibus from a .NET application? If you did, what device/card did you use to accomplish this, what was the application, and did you use any kind of preexisting or available code?
GEOCHET
  • 21,119
  • 15
  • 74
  • 98
6
votes
2 answers

In-process communication design with WCF (.NET)

I have an interesting design problem and I was hoping you all could make some suggestions. I'm using C# and .NET 3.0 I have a very nice, extensible framework built on top of WCF that automates the setup of endpoints and the creation of contracts. …
user73275
  • 85
  • 1
  • 5
6
votes
3 answers

How to refer to "equivalent" algorithms

This is a bit of a "soft question", so if this is not the appropriate place to post, please let me know. Essentially I'm wondering how to talk about algorithms which are "equivalent" in some sense but "different" in others. Here is a toy example.…
overfull hbox
  • 747
  • 3
  • 10
6
votes
3 answers

Any nice place to communicate with c++/game developers?

I'm a game programmer working in Korea. I started Stackoverflow recently and I found it helps me a lot. Also I think communicating with other developers is a good way to learning and improving myself. Stackoverflow is the only site I know to…
Sungwon Jeong
  • 1,267
  • 2
  • 15
  • 28
6
votes
1 answer

Socket Authentication Server?

I am currently playing with java to create an authentication server for a desktop app and so far I have been able to make both the client and server communicate like a chat server/client for a start. I do realise I only got a small portion of it…
Guapo
  • 3,446
  • 9
  • 36
  • 63