You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Functional Java
Hi,
Im new to java and i was assigned a task for parallel execution of
tasks .
Scenario:
We are having a database table where one thread will be dumping
records continously and another thread should process the records
parallelly with out delay.Can i use FJ for this scenario?