[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4688: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4690: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4691: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4692: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
Parallella Community • View topic - Do I need to reset the cores?
Page 1 of 1

Do I need to reset the cores?

PostPosted: Mon Sep 11, 2017 5:40 pm
by Gusvinhal
Hi!

I've made a program that calls the same core (0,0, for example) n times. Do I need call the e_reset_group() everytime before I call e_start()? When I call for the second time whitout use e_reset_group(), the code is executed from the begining (inside de core) or no?

Thank you very much!
Gustavo.

Re: Do I need to reset the cores?

PostPosted: Thu Sep 14, 2017 2:38 pm
by claudio4parallella

Re: Do I need to reset the cores?

PostPosted: Mon Sep 18, 2017 1:41 pm
by Gusvinhal
Hi claudio4parallella,

In my code I send some data to core, read the results and send more data. My question is: I need to reset the core after send more data? It initializes and execute the code from begin if I do not reset the core? = /

Thanks!