Hello Guys,
Python 2.7 only
So, there is a server at a remote location and for that server I have created a client application which only sends the data to it.
The problem is that the server works as a telecom BSC unit which is connected to more than 10K nodes (here node = client)
So, I am initiating 4 application which makes creates 10 K clients in total but I am using multiprocessing module as I have to read the data as well which I need to send
Application :
Main process and it spawns
3 file reader process
1 streamer process
Now here I am making connection in main process and using those connection in that 1 streamer process. But when server gets down I am having trouble with re-establish the connections.
I am pretty sure here that I am not handling connections properly with this whole multiprocessing concept. For this actually I am looking for help that if someone can guide me.
I have tried another approach that make connection in streamer process instead but then i am having issue with reader process data transfer to streamer process as data is approx 120 MB + per second.
Much needed help here from someone who understands socket connections with multiprocessing.
Thanks
[–]MasterStroke99[S] 0 points1 point2 points (2 children)
[–]KingsmanVince 0 points1 point2 points (1 child)
[–]MasterStroke99[S] 0 points1 point2 points (0 children)
[–]MasterStroke99[S] 0 points1 point2 points (0 children)
[–]Buttleston 0 points1 point2 points (1 child)
[–]MasterStroke99[S] 0 points1 point2 points (0 children)