Link to home
Start Free TrialLog in
Avatar of Jaysri
Jaysri

asked on

server

i need source code for a multithreaded server in java or python. for each connection it should read one line of text from the socket, parse an integer from that line of text (call it n), and compute the nth fibonacci number and return it to the caller.
Avatar of CEHJ
CEHJ
Flag of United Kingdom of Great Britain and Northern Ireland image

The idea of this site is not to provide code but to provide help with code you've written
ASKER CERTIFIED SOLUTION
Avatar of Mick Barry
Mick Barry
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Jaysri
Jaysri

ASKER

Thank you very much for your help, objects. It was a great start.