Jump to content

Insil

Members
  • Posts

    5
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Posts posted by Insil

  1. erm its not a problem to have a multiprocessed server framework aka. a cluster where each process runs more threads n fibers...

    People never gave this approach any thought in the past, since you only had 1 core per cpu available hehe... It was also back then where unix sucked with threadhandling and therefore multiprocessing was better...

    Multithreading is the way to go honestly... Less IPC, less threadblocking, and some fewer headaches ;)

  2. is there any indexing enabled for the db whatsoever? cuz that would explain some of the crappy select/update performance...

    Profilers are able to see across threads by the way. They can measure which threads are eating up the most cpu time etc.

    not entirely sure how native profilers work tbh, although im sure they arent as revealing as the .net ones, which can benchmark the amount of time the application spend on each method hehe

  3. As i see it, the main issues of mangos have never been adressed. There have been several attempts to work around things, where the common perception seems to be "lets add some opensource framework to the base and hope it fixes the problems" which it obviously dont. I dont know whether this is because of the lack of internal management, but it occurs to me that the real performanceissues are being overlooked, while minor problems blown out of proporsion. Lets face it, mangos has some serious fundemental design flaws that over the years never has been corrected. That ralf guy or whatever he was called, tried to make a patch which would adress the threading issues, although it didnt seem to have been accepted... I'd say mangos has to stop crapping around with minor things and start adressing the real issues which are likely to take a while to rewrite...

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use