CoreBOSBB
[ implemented - solved ] Suggest - Mass Edit in Background - Printable Version

+- CoreBOSBB (https://discussions.corebos.org)
+-- Forum: Support (https://discussions.corebos.org/forumdisplay.php?fid=17)
+--- Forum: Administrator Support (https://discussions.corebos.org/forumdisplay.php?fid=8)
+--- Thread: [ implemented - solved ] Suggest - Mass Edit in Background (/showthread.php?tid=889)



[ implemented - solved ] Suggest - Mass Edit in Background - rslemer - 02-07-2018

Some operation, like a mass edit, for many records, causes overloading in server or freeze the screen until all operations is done.

For example, import spreadsheet, in CSV,  have a same problem, but is system do a intelligent solution, for import in batch mode, in background.

I suggest, when mass edit, for many record, use a same mechanism, and to causes much minor impact in system.


RE: Suggest - Mass Edit in Background - joebordes - 02-07-2018

https://github.com/tsolucio/corebos/issues/191

import is already done in batch background if the number of records is superior to Import_Scheduled_Limit global variable


RE: Suggest - Mass Edit in Background - rslemer - 02-07-2018

yes, I know, for import, works fine.


RE: Suggest - Mass Edit in Background - rslemer - 06-20-2018

".."

we change the way Mass Edit works, moving the code to Server Side Events. This way the process continues in the background and sends messages of progress to the browser making the whole process more resistant and less error-prone.

".."