Search Results

Search: Posts Made By: andrew.paul
1,920
Posted By andrew.paul
UDP Socket File Sharing
Hai,
I am having one server/client both running in different host in UDP. How can i assure whether the data is recieved properly in client side. I am writing 250 KB in Server and client reading only...
Forum: Programming 10-19-2011
2,750
Posted By andrew.paul
Thanks Warrior it is working fine
Thanks Warrior it is working fine
Forum: Programming 10-18-2011
2,750
Posted By andrew.paul
Unix Socket
Hai every one ,,,
I am runinng one tcp socket in non-blocking mode. In the connect state(operation in progress) if the server is not running ,client socket select will give success....
Forum: Programming 04-13-2011
5,376
Posted By andrew.paul
Thanks fp,,, But i already went...
Thanks fp,,,

But i already went through the openssl command and it worked in my PC.I need to implement the 3DES algorithm through c program(with out using openssl library).
Forum: Programming 04-12-2011
5,376
Posted By andrew.paul
3DES encryption
Hello everyone,
can any one help me to find out the 3des(triple data encryption standard) algorithm implementation in C..

Thanks in advance
Forum: Programming 03-22-2011
3,167
Posted By andrew.paul
I need to send one tar file from server to...
I need to send one tar file from server to client.Is it possible to send the tar file dirctly without using buffer?????
If its not possible could you tell the possible method?
Forum: Programming 03-22-2011
3,167
Posted By andrew.paul
plugdi could you explain the method more...
plugdi could you explain the method more...
Forum: Programming 03-22-2011
3,167
Posted By andrew.paul
I am using c ,,But i need to send the file...
I am using c ,,But i need to send the file without using buffer

Is it possible??
Forum: Programming 03-22-2011
3,167
Posted By andrew.paul
Socket Programming file sending
Hello everyone,,
I am doing one socket programming.Is it possible to send one file from client to server without using buffer??.I am sending tar files.


Thanks in Advance
766
Posted By andrew.paul
Make file
Can anyone tell about the tutorial for MAKEFILE
Forum: Programming 01-19-2011
5
3,076
Posted By andrew.paul
could you explain the concept more?(Like this is...
could you explain the concept more?(Like this is it possible to map more number of files into memory)
Forum: Programming 01-18-2011
5
3,076
Posted By andrew.paul
Is it possible to map two open file fd by using...
Is it possible to map two open file fd by using two mmap system calls?
Forum: Programming 01-18-2011
5
3,076
Posted By andrew.paul
mmap
hai,

How do we map 'n' number of files into memory by using mmap system call??

Thanks in advance......
Forum: Programming 01-11-2011
8,366
Posted By andrew.paul
Hi crona,, Here i am attaching my...
Hi crona,,

Here i am attaching my code that handle single hashtable operation.I need to modify this program that should handle nested hashtable.The hashtable whose KEYs are strings and...
Forum: Programming 01-10-2011
8,366
Posted By andrew.paul
Hi, how to implement a hashtable whose KEYs...
Hi,

how to implement a hashtable whose KEYs are strings and VLAUEs are
again hashtables.
ie key - is a string and value -is another hashtable .????

Thanks in advance...
Forum: Programming 01-07-2011
3,717
Posted By andrew.paul
Hash table
Hi,

I hope someone can help me with the following prob..

I need to implement a hashtable whose KEYs are strings and VLAUEs are
again hashtables.
ie key - is a string and value -is another...
Forum: Programming 01-05-2011
8,366
Posted By andrew.paul
Databse
Databse
Forum: Programming 01-04-2011
8,366
Posted By andrew.paul
hai, The hash table which consist...
hai,
The hash table which consist of one key and data.The data it should pointing to shared memory.In shared memory(shmid) we are storing the database.(eg:- employee details).So by...
Forum: Programming 12-31-2010
8,366
Posted By andrew.paul
The hash table should consist of one primary key...
The hash table should consist of one primary key of database(key) and the value is the address of the corresponding shared memory.................
1,563
Posted By andrew.paul
Which editor you are using???????????
Which editor you are using???????????
Forum: Programming 12-30-2010
8,366
Posted By andrew.paul
I am using linux operating system.I need to...
I am using linux operating system.I need to create one hash table and need to point that hash table to shared memory.The database data that we are entering from the server program.
Forum: Programming 12-30-2010
8,366
Posted By andrew.paul
Hashtable + shared memory
Hello everyone,

How to connect hash table with shared memory?.I need to update and retrieve data from the shared memory through hash table.

Thanks in advance
Forum: Programming 10-20-2010
3,012
Posted By andrew.paul
To share fd between parent and child
i used function fork().
so i made two process.
parent process accepted socket fd and writing to shared memory.
then now. how can child process share parent's socket fd?
is this possible?

...
Forum: Programming 10-20-2010
6,880
Posted By andrew.paul
Share socket fd between two processes
Hello every one i am implementing client server program.To handle multiple fds of client in server i used poll function.But this poll not able to access socket fd from other process.How can i share...
Forum: Linux 10-20-2010
3,802
Posted By andrew.paul
To share socket fd between two process
Hello every one i am implementing client server program.To handle multiple fds of client in server i used poll function.But this poll not able to access socket fd from other process.How can i share...
Showing results 1 to 25 of 25

 
All times are GMT -4. The time now is 03:50 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy