Skip to main content
Chap's user avatar
Chap's user avatar
Chap's user avatar
Chap
  • Member for 14 years, 8 months
  • Last seen more than 1 year ago
  • Durham, NC, United States
11 votes
3 answers
11k views

Concrete types - as described by Stroustrup - C++ Programming Language 4th ed

10 votes
1 answer
3k views

"C++ Templates: The Complete Guide" (c) 2002 -- up to date with C++11?

10 votes
2 answers
15k views

How to completely decouple Model from View/Controller in Java Swing

5 votes
2 answers
2k views

Seeking xinetd alternative for forking concurrent servers in Linux

4 votes
1 answer
10k views

Protocol for closing a socket connection

4 votes
2 answers
3k views

Are there security implications to using dynamically-assigned TCP port numbers?

3 votes
2 answers
548 views

How to solve an event-queue problem in a computer emulator in Java

3 votes
1 answer
1k views

Application protocols and state machines: designing a complicated server

2 votes
1 answer
227 views

Design question about a concurrent forking server

2 votes
1 answer
655 views

Seeking advice on design of application protocol

2 votes
4 answers
2k views

How to provide a ubiquitous object without including it in every parameter list

2 votes
3 answers
303 views

Efficiently "moving" data upward through a communication stack

2 votes
2 answers
953 views

Shared & exclusive locking

1 vote
1 answer
740 views

Abstract event queue for GUI/model communication