Python Forum
Thread Rating:
  • 2 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bare Minimum Sockets
#2
Obviously, this is not good enough for real-world use.  As a simple example of why... let's say a client uses a while True block to constantly stream an infinite number of characters to the server, without ever sending a newline.  The server process fail with a MemoryError.  But that's why the "bare minimum" is almost never used in the real world, regardless of topic.
Reply


Messages In This Thread
Bare Minimum Sockets - by nilamo - Oct-10-2017, 02:58 AM
RE: Bare Minimum Sockets - by nilamo - Oct-10-2017, 02:29 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020