Hello everyone, I want to get a better idea on internal server process that gets created when camel restlet is used. So far I have these 2 endpoints in production: <from uri="restlet:http://localhost:29123/camel/cms/bulkLoader?restletMethods=get,post"/> <from uri="restlet:http://localhost:29124/camel/rdf/bulkLoader?restletMethods=get,post"/> The 2 endpoints I use on a very rare occasions for bulk loading data, but the endpoints are always available, so the processes are always running. My understanding is that I have 2 separate internal servers running at the same time, although I rarely use them. Would it be better to use the same port instead of two? Should I keep the script commented out until I actually need to run them?
I have a task right now in test that's set up a third endpoint: <from uri="restlet:http://localhost:29125/camel/otv/item/update?restletMethods=get,post"/> This end point is going to get hit externally with regularity of about 200 times in 24 hours. Is this a good use for a restlet? Or would it be better to set up a server? Also, would it be better to use the same port for all 3 endpoints? Thank you for your time. lw -- View this message in context: http://camel.465427.n5.nabble.com/camel-restlet-usage-tp5785477.html Sent from the Camel - Users mailing list archive at Nabble.com.