~pythonregexp2.7/python/issue2636-12

« back to all changes in this revision

Viewing changes to Doc/howto/sockets.rst

  • Committer: Jeffrey C. "The TimeHorse" Jacobs
  • Date: 2008-09-21 17:58:08 UTC
  • mfrom: (39033.1.6 Regexp-2.7)
  • Revision ID: darklord@timehorse.com-20080921175808-j16o8cmct0t3f2uk
Merged in changes from the core Regexp branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
390
390
only. Also note that in C, many of the more advanced socket options are done
391
391
differently on Windows. In fact, on Windows I usually use threads (which work
392
392
very, very well) with my sockets. Face it, if you want any kind of performance,
393
 
your code will look very different on Windows than on Unix. (I haven't the
394
 
foggiest how you do this stuff on a Mac.)
 
393
your code will look very different on Windows than on Unix.
395
394
 
396
395
 
397
396
Performance