Results 650 comments of Aldo Vargas

I've submitted a new commit f450445aeac71d69fe82ad6289a60da30c07630c to implement your changes in PS3MAPI server too. Basically I moved your wait code to the module `socket.h` for reuse it in `ps3mapi_server.h `

Maybe writing asynchronously could increase performance; that would require to implement a complex asynchronous function that write in a separated thread and that consume more memory. Here is how Estwald...

Maybe the thread priority could be impacting in the performance. That is if something a kernel level is not capping the speed. How about allocating the disk space for the...

I also have tried other things like: - pre-allocate a larger file size using cellFsAllocateFileAreaWithoutZeroFill, then truncate it with the correct file size with cellFsFtruncate. - Reduced the buffer size...

Delete /dev_hdd0/tmp/wm_res/npsignin_plugin.rco If you want to disable this feature on Evilnat 4.88.2 Cobra 8.3, also delete /dev_flash/vsh/resource/npsignin_plugin.lck

Ps3netsrv for win32 does not support Unicode characters. It only supports ANSI characters. This limitation is documented in this line: https://github.com/aldostools/webMAN-MOD/blob/master/_Projects_/ps3netsrv/src/VIsoFile.cpp#L162

> So the linux version support unicode ??? I haven't tested the linux version, but I guess it supports unicode. The function get_ucs2_from_utf8 of VIsoFile class in the linux server...

Thank you for your feedback. As I mentioned earlier the Cobra team implemented ps3netsrv without support for unicode characters. This is a feature that needs to be worked. However, I...

It should be some configuration issue in your PS3 FAT. I suggest that do a clean install: 1- Uninstall webMAN MOD. If you can't use the uninstall command, do it...

Yes, it happens because I had to add a line feed character before the label "Fan Speed" to make all the clock speeds show in a single line. I suggested...