Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Verificare Thread Safety degli algoritmi #2

Open
guancio opened this issue Feb 25, 2011 · 0 comments
Open

Verificare Thread Safety degli algoritmi #2

guancio opened this issue Feb 25, 2011 · 0 comments

Comments

@guancio
Copy link
Collaborator

guancio commented Feb 25, 2011

Visto che l'avvio del framework di ProM non e' una cosa leggera,
per utilizzare il framework di ProM 6 dentro un'applicazione Web o simili sara' necessario:

  • Instanziare ProM all'avvio del server
  • Ad ogni request eseguire uno o piu' plugin

E' quindi necessario verificare che il framework ed i relativi plugin possano essere usilizzati da piu' thread concorrentemente.

Una possibile alternativa e' riuscire ad istanziare direttamente i plugin senva avviare tutto il framework.

Gli esperimenti possono essere fatti a partire dal prototipo org/processmining/contexts/cli/MainCLI.java

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant