Hi
Thanks for your response.
As you mentioned will try to discuss/take help from the dev-list.
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/
Hi,
I am not sure that user-list will be able to help you with such questions.
You should discuss the implementation options/details at dev-list
(http://apache-ignite-developers.2346864.n4.nabble.com/).
Probably, you don't need a custom processor class at all.
Anyway:
1. Please have a look at th
HI
Thanks for your response.
Actually I want to implement custom Thin Client Processor/Server which will
process requests from multiple C++ thin Client which use TCP socket
communication. The Client requests are to perform sql queries , cache gets
and puts and Ignite Transaction operations.
I h
Hi,
1) Why do you want to implement your own processor?
2) Have you considered using Ignite's compute grid and other features
instead?
If yes, what problems do you anticipate?
Kind regards,
Alex
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/
Hi
I would like a start a custom processor on Ignite Node. After exploring the
source code, I have created a custom processor class that extends
GridProcessorAdapter. I added the code to start custom processor just like
other processors in IgniteKernal.java passing the GridKernalContextImpl ctx
ob