sockets

  • Thread starter =?ISO-8859-1?Q?Andreas_R=F8sdal?=
  • Start date
?

=?ISO-8859-1?Q?Andreas_R=F8sdal?=

hi,
I have a question about C sockets. Is this possible:
1. start application, and establish socket connection.
2. quit application, without closing connections (!!)
3. restart application, and continue using old connections?

I know it sounds strange, but can it be done?

Andreas
 
J

Joona I Palaste

Andreas Røsdal said:
hi,
I have a question about C sockets. Is this possible:
1. start application, and establish socket connection.
2. quit application, without closing connections (!!)
3. restart application, and continue using old connections?
I know it sounds strange, but can it be done?

This is a question about implementation-specific extensions. Please ask
in a newsgroup dedicated to your own implementation.

--
/-- Joona Palaste ([email protected]) ------------- Finland --------\
\-- http://www.helsinki.fi/~palaste --------------------- rules! --------/
"The obvious mathematical breakthrough would be development of an easy way to
factor large prime numbers."
- Bill Gates
 
M

Michael

I think it's impossible,cos all the resource will be set free after quit
the application.
 
D

Default User

Andreas said:
hi,
I have a question about C sockets. Is this possible:


There're no such things as C sockets. Some platforms provide socket
libraries, but each will have its own interface and properties. You need
to find a newsgroup dedicated to your platform.

If you are asking about BSD sockets, comp.unix.programmer would be
appropriate.




Brian Rodenborn
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,137
Messages
2,570,797
Members
47,344
Latest member
KamCrowthe

Latest Threads

Top