Tagged Questions

2
votes
3answers
50 views

C++ HTTP / HTML Socket Question

I'm building an application which I'd like to have it connect to a website and parse some data off it. I'm wondering if anyone could provide me some raw example code. I don't nece …
0
votes
2answers
14 views

flex pop3 imap socket

how can i communicate gmail pop server from flex i used pop.gmail.com and port =995 using Socket() class but it returns 220 mx.google.com ESMTP but i dont understand nothing.
0
votes
2answers
49 views

Linux socket value

I have a client-server program, on the server side: sockListen = socket(PF_INET, SOCK_STREAM, 0); socketListen always seems to equal 3. Why? how about 0, 1 or 2? What is the val …
0
votes
2answers
38 views

What should be the maximum number of opened socket on a server?

For a web server, the socket connection are kept alive to save overhead. At which point the server should start to drop connection that doesn't have pending request and based on wh …
0
votes
3answers
53 views

Java GUI amd FPGA

Hi, I study on a robot simulator that written on Java environment.But sonar scan simulations and computational burden of some driven algorithms on robot drop my simulator's perfor …
1
vote
3answers
64 views

socket behavior on read

the client writes 5 bytes to the socket after every 1 second. the server continuously reads from the socket. the buffer at the server end is 10 bytes long. so the function looks li …
0
votes
5answers
161 views

Sending an int over TCP (C-programming)

Hi! I have a server and a client program (both running on the same machine). The client is able to send a struct to the server with members such as "ID", "size" etc. Then I would …
0
votes
3answers
39 views

Connect to a computer behind router in .net

We have a client server application which we are developing in .net. We want the server to push data to client. But the client is behind a router (like a home network setup). What …
0
votes
1answer
23 views

What is a socket library?

While reading about OpenSSL I've stumbled upon sentence: "It would be nice if security was as simple as linking in a different socket library when building a program". What is th …
0
votes
4answers
64 views

Help Socket Programming

Hi All In my application I fetching the updated data in every 25 second… but some time my application crashes while fetching the updated data.. to resolve this we are planning to …
1
vote
4answers
89 views

Receiving UDP packets in C

I have been trying to do this in ms visual studio 2008 using the winsock package but whenever i try to build, i get linker errors for all winsock functions (ie: socket, recvfrom, W …
0
votes
3answers
42 views

C# socket error 10022

Hello. I have an error 10022 in an application using sockets in C# .NET3.5. In my code, I bind the socket to the local IP adress. When I don"t need it anymore, I just Disconnect …
1
vote
1answer
20 views

Boost asio udp waitForReadyRead

Hello, I am trying to implement a function using boost asio udpSocket, that waits until data is ready to be read, or waits until a timeout expires. using asyc_read and a async_wa …
0
votes
2answers
62 views

Send file (image) through socket perl

Hi, I am aware on how to send files through a socket in perl (server, client)... but I was wondering if anyone could explain or give me a reference on how to send image files thro …
1
vote
1answer
36 views

Syncing Objects for a Socket/Network Connection — Best Practice Not Using WCF?

What's a good way to sync objects over a socket connection? Here's what I've thought of so far. An object, in its getters and setters, calls an Update method that transfers all o …

1 2 3 4 5 22 next
15 30 50 per page