Changes between Version 21 and Version 22 of Documentation/Howto/OptimizeExternalApplications
- Timestamp:
- 09/28/10 14:05:26 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/Howto/OptimizeExternalApplications
v21 v22 303 303 304 304 private void run() { 305 ServerSocket ChannelFactory factory = new ServerSocketChannelFactory(8844);305 ServerSocketListenerFactory factory = new ServerSocketListenerFactory(8844); 306 306 PollService service = new PollService(factory, 1); 307 307 service.start();