It's UWAweek 19 (1st semester, week 10)

help3002

This forum is provided to promote discussion amongst students enrolled in CITS3002 Computer Networks.

Please consider offering answers and suggestions to help other students! And if you fix a problem by following a suggestion here, it would be great if other interested students could see a short "Great, fixed it!"  followup message. How do I ask a good question?

Displaying the 2 articles in this topic
Showing 2 of 389 articles.
Currently 1 other person reading this forum.


 UWA week 17 (1st semester, week 8) ↓
SVG not supported

Login to reply

👍?
helpful
7:06pm Sat 27th Apr, Christofle S.

The getting started section of the project links to asyncio programming to setup the server. I'm having trouble going beyond the examples on the documentation page. Is there a better place to figure out asyncio servers programming or should I give up and use a different method of setting up a server network? https://docs.python.org/3.8/library/socketserver.html


SVG not supported

Login to reply

👍?
helpful
5:13am Sun 28th Apr, Christopher M.

"Christofle Sangkanpara" <23*9*7*9@s*u*e*t*u*a*e*u*a*> wrote:
> The getting started section of the project links to asyncio programming to setup the server. I'm having trouble going beyond the examples on the documentation page. Is there a better place to figure out asyncio servers programming or should I give up and use a different method of setting up a server network?
Implementing this project using asynchronous I/O is probably 'overkill' for the type and frequency of traffic your project will transmit and receive. You may prefer an approach involving https://docs.python.org/3.12/library/select.html#select.select (I've also just noticed that those links were to some older pages that I had bookmarked, to v3.8. You may like to read from the version that matches Python on your system, though there has probably been no recent changes in this area).

The University of Western Australia

Computer Science and Software Engineering

CRICOS Code: 00126G
Written by [email protected]
Powered by history
Feedback always welcome - it makes our software better!
Last modified  5:07AM Sep 06 2023
Privacy policy