Serving Java Applets from a Queue? -


i'm looking elegant way create queue serving batch compiled applets. have hacked sql , php script handle chokes under mild loads. there existing system can handle taking list in sql , serve applets in descending order each time requested. i'm trying handle server side well.

the trick getting file001, file002 ++ ect. served each time web page loaded. i'm batch creating applets has modified background , i'm trying serve never been used applet waiting in queue load each time page requested.

is there applet server can tweak or needs built?

no, have never heard of "batch compile applet server".

could maybe explain in more detail why feel necessary?

why don't use same class , pass parameters it?

that said, can compilation on demand quite e.g. ant , / or cruisecontrol. put pre-compiled applets directory. php frontend needs keep track of applet delivered last, , fetch next 1 next time.

still, sounds rather complicated me; maybe explain motivation.

in particular, why want new applet on every reload? not rather confusing? why not offer link each variant, user can choose?


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -