Top "Send" questions

is a generic tag for communication between programmed elements using some protocol.

Problem with recv() on a tcp connection

I am simulating TCP communication on windows in C. I have sender and a receiver communicating. The sender sends packets …

c++ windows sockets send recv
send and recv on same socket from different threads not working

I read that it should be safe from different threads concurrently, but my program has some weird behaviour and I …

c++ sockets tcp send recv
The queue does not exist or you do not have sufficient permissions to perform the operation. exception while sending message via MSMQ

I have created a function to send message via MSMQ but getting exception while executing. below is my function. public …

.net message-queue msmq send system.messaging
How to send an E-Mail inside of an app in Xcode?

I am new to xcode, and am wondering how to send email in an app! My code is below, but …

ios email send
Get the list of apps capable of handling the SEND intent to display in a View (not a popup dialog)

I'm trying to get the list of all apps installed on a phone capable of handling the SEND intent. I …

android android-intent share send
Appcelerator titanium - send sms

I am creating a mobile (iphone/android) application using appcelerator titanium. Is there any way I can make the app …

sms titanium send appcelerator appcelerator-mobile
Multiple calls to send() are merged into one call to recv()

I have a client-server application. The client is sending a string followed by an integer using two distinct send() calls. …

c sockets tcp send recv
How can I send fake sms to myself without mobile network usage?

I want to show some information as an sms in my application. But SmsManager and BroadcastReciever can not create sms …

android sms send
Google Script : Sending Hangout Messages using Script

Is it possible to send Hangout messages to someone using Google Scripts. If there is, can you post an example …

google-apps-script message send hangout
How to render XML template and then use SEND_DATA in Ruby on Rails 3.2.8?

Can anybodyes help me with XML template rendering and send_data? I have a controller: def show @calculation = Calculation.find(…

ruby-on-rails ruby send