Networking Forums

Networking Forums > Computer Networking > Linux Networking > Article: Using epoll() For Asynchronous Network Programming

Reply
Thread Tools Display Modes

Article: Using epoll() For Asynchronous Network Programming

 
 
Alexey N. Kovyrin
Guest
Posts: n/a

 
      04-14-2006, 08:35 AM
Hello, all!

Let me introduce my article about using epoll() on Linux.

General way to implement tcp servers is "one thread/process per
connection". But on high loads this approach can be not so efficient and
we need to use another patterns of connection handling. In this article
I will describe how to implement tcp-server with synchronous connections
handling using epoll() system call of Linux 2.6. kernel.

If You want to read article, welcome to:
http://blog.kovyrin.net/2006/04/13/e...k-programming/

--
/Scoundrel [http://kovyrin.info]
 
Reply With Quote
 
 
 
 
Maxim Yegorushkin
Guest
Posts: n/a

 
      04-14-2006, 10:54 AM
Alexey N. Kovyrin wrote:

> General way to implement tcp servers is "one thread/process per
> connection". But on high loads this approach can be not so efficient and
> we need to use another patterns of connection handling. In this article
> I will describe how to implement tcp-server with synchronous connections
> handling using epoll() system call of Linux 2.6. kernel.
>
> If You want to read article, welcome to:
> http://blog.kovyrin.net/2006/04/13/e...k-programming/


Has it been not discussed in details at http://www.kegel.com/c10k.html
?

 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
promble with epoll function papamms Linux Networking 0 06-08-2007 06:13 AM
using epoll() chsalvia@gmail.com Linux Networking 0 03-24-2007 04:10 AM
Asynchronous logon script environment Tom Del Rosso Windows Networking 6 12-21-2005 06:30 AM
Are WiFI calls Asynchronous? Billy Boy Wireless Internet 4 02-16-2005 07:49 AM
epoll, and exceeding maximum sockets hangs process? Billy Joe Linux Networking 0 09-15-2004 06:13 PM



1 2 3 4 5 6 7 8 9 10 11