java8 parallel streams

48 views
Skip to first unread message

Rajesh Gupta

unread,
Mar 14, 2018, 11:25:09 PM3/14/18
to google-a...@googlegroups.com
Hi,

Writing code in parallel streams:  Will it benefit on java appengine runtime.  Because, parallel streams talk about taking advantage of available cores.   

-- ,
Rajesh
Accounting/Inventory/Orders/Sales/Purchase on Google Cloud Platform and Mobile


Kenworth (Google Cloud Platform)

unread,
Mar 15, 2018, 3:56:49 PM3/15/18
to Google App Engine

Parallel streams will benefit on Java App Engine if these two conditions are met:


1- There are no GAE API usage in these parallel streams (Cloud APIs are ok, but not GAE). See thread section for more details.

2- You are using higher than F1 instance type which has only 1 core.


Reply all
Reply to author
Forward
0 new messages