Forum Discussion Search with BoardTracker.com
Forum Discussion Search with BoardTracker.com
  
  

Advanced  |  Help
    Home Search Alerts Browse My Threads Setup About Login Signup    


» All > Computers & Internet > Software > Networking [26 Forums][Track this Category]
   Browse sub-categories   
No sub-categories for this category

   Latest threads in category   
Developer Web Looking for advice on how to implement redundant servers  
19:08 14-May-08   [Replies: 1, Views: 31]    By: jfriesne
Hi all, I'm looking at adding some redundancy to my servers, and I've thought of one possible way to do it, but before I try to implement that I'd love to have some advice, in case there is some r...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web iptables_problem :)  
14:19 14-May-08   [Replies: 2, Views: 56]    By: sodjas
Hi I'm new to configuring iptables and i've got a little problem in understanding the terms Chain INPUT (policy DROP) target prot opt source destination ACCEPT any...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web Problem with recv()  
01:25 3-May-08   [Replies: 4, Views: 171]    By: Stuck
Hello all, for a class project I'm working on we're setting up a server that will execute simple commands the client gives. The server then forks and executes the command and provides the out...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web Sometimes non-blocking recv() does not return?  
17:45 1-May-08   [Replies: 13, Views: 198]    By: madscientist
I've got a weird bug that I'm tracking down. As far as I know a non-blocking socket call to recv() should always return immediately (or close to immediately). My application will run along...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web read() in unix  
05:31 1-May-08   [Replies: 2, Views: 89]    By: RaviTiwari
Hi Everyone, Need your opinion. We have these two applications which communicate with each other. One is A window MFC based application another one a UNIX programmed executable that is be...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web bind fails on second time and gives error "address in use".  
04:43 1-May-08   [Replies: 6, Views: 151]    By: shilpa_15jain
I have problem that in My application I have to start and close server again and again(Using Socket programming) on linux.On Start I create socket ,bind it and on close server I close socket.Again...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web Socket binding error  
00:03 29-Apr-08   [Replies: 8, Views: 201]    By: Kyle
Hi! I am trying to set up a mini web server called boa on one of the evalution board which is running uClinux (this is an embedded linux distribution). In boa.c file I get error at line if...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web RAW_SOCKET  
15:10 28-Apr-08   [Replies: 1, Views: 110]    By: Jana
HI Shall I use Raw sockets for UDP Protocol (Client Server communitcation) ? Thanks Janardhan. ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web UDP client server communication  
14:03 28-Apr-08   [Replies: 4, Views: 128]    By: Jana
HI, I am using UDP sockets for client server communication.My requirement is to block server on recvfrom call and whenever packet arrives from client, it respondes with the client address. But ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web Very basic polling with no select()  
13:39 18-Apr-08   [Replies: 6, Views: 309]    By: careca
Hi people, I'm trying to implement a distributed chat with sockets for learning purposes. I know TPC links are bidirectional but I want to do it this way: -Each process is server/client in ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web C++ - Connecting to an IRC channel.  
02:13 16-Apr-08   [Replies: 3, Views: 185]    By: Jason2gs
Hi everyone :) I'm having a bit of trouble making an IRC bot. The code I have right now is very small, but it's only meant to do one thing: Connect to an IRC server, join a chat room, and ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web Noblocking connect(re-post,new question)  
10:07 15-Apr-08   [Replies: 8, Views: 295]    By: frank2004
On HP-UX 11.31, we using the following routinue for non-blocking connect function: Code: int connect_nonb(int sockfd,const struct sockaddr *servaddr,socklen_t addrlen,int nsec) { ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web Multiples NIC on linux host  
07:18 14-Apr-08   [Replies: 33, Views: 740]    By: pinguin31
Hello everybody, I'm new on this forum and I hope you can help me on my project. I explain you the context. I have a linux host (powerpc) with multiples NIC (4 exactly). My applicati...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web multiple tap devices on one machine  
16:30 9-Apr-08   [Replies: 10, Views: 390]    By: kieselchen
hej, i'm writing a simulation of wireless networks (with the special propose for IP routing daemons). Therefore i would like to create multiple tap devices. All these tap devices are created b...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web marshal encrypted data  
08:39 8-Apr-08   [Replies: 8, Views: 397]    By: malaya_singa
Hi, I am doing a programming using BSD socket, libgcrypt and TCP. I have encrypted DATA using gcry_ac_data_encrypt and a public SKEY. Now I want to send this DATA and a private PKEY to r...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web chat server program  
18:01 6-Apr-08   [Replies: 7, Views: 355]    By: rockyhalo
i got an assignment in which there should be multiple client chatting with each other.A server should authenticate the user before joining the chat.there should be a GUI also (like any messengers)...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web Perl socket programing  
06:09 25-Mar-08   [Replies: 7, Views: 308]    By: Jana
HI, I have requirement to send Packet Data through perl script from one end of the socket on one machine and to the other end of the socket on other machine where C application decode the Packet D...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web Client-Server Minix3  
13:06 23-Mar-08   [Replies: 9, Views: 513]    By: eusta
Hello, I am trying to compile a simple server-client example in minix3 with its cc compiler. I get the below errors Code: new_sd = accept(sock, &sockaddr, &adrlen) <--- (s...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web pthread memory leak(Linux)  
02:42 19-Mar-08   [Replies: 2, Views: 345]    By: frank2004
On Linux, we create a concurrent tcp server to accept the connection, once the there comes the connect, we create a thread for it to do something, the problem is that this program cause the memory...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web Question about multicasting  
21:15 16-Mar-08   [Replies: 1, Views: 235]    By: tomcio
Hello! I expalin it usign example situation: peer1 with address 1.2.3.4 joins multicast group 224.0.1.1 and it sends message to this group. Now peer2 , which has allready joined the same mul...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web Socket programme  
06:43 14-Mar-08   [Replies: 3, Views: 355]    By: shaikazmath201
Hi All, I Need a Help to create a simple socket programme without using any other language to get the Time and date from server to client . Please Reply.. Thanks Azmath ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web Optimium UDP packet sending without droppage?  
02:48 6-Mar-08   [Replies: 10, Views: 451]    By: jfriesne
Hi all, I have some questions about using UDP in conjunction with select(). My system has a server and a client that communicate via UDP. The client sends a UDP request packet to the server,...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web mblk implementation  
11:44 5-Mar-08   [Replies: 1, Views: 178]    By: swordfish123
can anyone tell me how to implement the memory block and datablock. I am new to streams programming, so please give me some information or a link that can help me out. thx ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web establishing connections becomes slow after 60000 connections  
05:09 5-Mar-08   [Replies: 4, Views: 285]    By: epolluser
Hi, i want to make around 200000 connections to the server from various terminals. after making around 60000 - 64000 connections gets established very slowly. Linux m/c that i am using has RAM o...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web Multicasting using IPv4 and IPv6  
10:53 2-Mar-08   [Replies: 1, Views: 298]    By: tomcio
Hello! I've problem with understand how TTL option is set for multicast operations. As I know TTL option is included in IPv6 multicast addresses, right? More complicated for me is IPv...
[Tags: No tags defined yet] -
Be the first to Tag this thread

<<First  <Previous  [1]  2  3  4  5  6  7  8  9  10  Next>      
 




Research | Board owners portal | BoardTracker Forums | Search plugin | Add your board | About us | Contact us

© Pidgin Technologies Ltd. 2006